Explorar el Código

live index should refresh every 20s

pull/18/head
czaks hace 9 años
padre
commit
cb700e6a72
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      js/live-index.js

+ 1
- 1
js/live-index.js Ver fichero

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


Cargando…
Cancelar
Guardar