Parcourir la source

live index should refresh every 20s

pull/18/head
czaks il y a 9 ans
Parent
révision
cb700e6a72
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      js/live-index.js

+ 1
- 1
js/live-index.js Voir le fichier

@@ -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) {


Chargement…
Annuler
Enregistrer