Browse Source

live index should refresh every 20s

pull/40/head
czaks 9 years ago
parent
commit
cb700e6a72
  1. 2
      js/live-index.js

2
js/live-index.js

@ -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…
Cancel
Save