forked from leftypol/leftypol
auto-reload.js: it`s actually setTimeout, not setInterval, right?
This commit is contained in:
parent
ed5272f17d
commit
dbaeb395ac
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue