clock stuff
This commit is contained in:
parent
51df9c642c
commit
34ef8e7dfc
@ -113,7 +113,7 @@
|
|||||||
function refresh() {
|
function refresh() {
|
||||||
getData();
|
getData();
|
||||||
var now = new Date();
|
var now = new Date();
|
||||||
var mod = 600000 - (now.getTime() % 600000);
|
var mod = 1800000 - (now.getTime() % 1800000);
|
||||||
|
|
||||||
refreshTimer = setTimeout(function() {refresh();}, mod + 10);
|
refreshTimer = setTimeout(function() {refresh();}, mod + 10);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user