automatic chart refresh every 3s. without need to refresh page

pull/10/head
glib-lang 2020-08-25 08:47:41 +03:00
rodzic e580c6952a
commit efe85abb12
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -163,4 +163,5 @@
};
$(document).ready(init);
setInterval(reRenderCharts, 3000);
}());