live index should refresh every 20s
This commit is contained in:
parent
00ad1ecf15
commit
cb700e6a72
@ -58,7 +58,7 @@ if (active_page == 'index' && (""+document.location).match(/\/(index\.html)?(\?|
|
|||||||
|
|
||||||
update_new_threads(new_threads);
|
update_new_threads(new_threads);
|
||||||
});
|
});
|
||||||
}, 1000);
|
}, 20000);
|
||||||
});
|
});
|
||||||
|
|
||||||
$(document).on("new_post", function(e, post) {
|
$(document).on("new_post", function(e, post) {
|
||||||
|
Loading…
Reference in New Issue
Block a user