forked from leftypol/leftypol
live index should refresh every 20s
This commit is contained in:
parent
00ad1ecf15
commit
cb700e6a72
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ if (active_page == 'index' && (""+document.location).match(/\/(index\.html)?(\?|
|
|||
|
||||
update_new_threads(new_threads);
|
||||
});
|
||||
}, 1000);
|
||||
}, 20000);
|
||||
});
|
||||
|
||||
$(document).on("new_post", function(e, post) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue