auto-reload.js: it`s actually setTimeout, not setInterval, right?
This commit is contained in:
parent
ed5272f17d
commit
dbaeb395ac
@ -151,7 +151,7 @@ $(document).ready(function(){
|
||||
setInterval(timer_update, 1000);
|
||||
setInterval(decrement_timer, 1000);
|
||||
|
||||
poll_interval = setInterval(poll, poll_interval_delay);
|
||||
poll_interval = setTimeout(poll, poll_interval_delay);
|
||||
timer_update();
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user