Selaa lähdekoodia

live index should refresh every 20s

pull/18/head
czaks 9 vuotta sitten
vanhempi
commit
cb700e6a72
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      js/live-index.js

+ 1
- 1
js/live-index.js Näytä tiedosto

@@ -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…
Peruuta
Tallenna