Skip to content

Commit 62b3eac

Browse files
return refresh timer to 30sec
1 parent 1f2c472 commit 62b3eac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

js/mobile.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/tracker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@ function refreshPredictions() {
750750
}
751751

752752
var periodical, periodical_receivers, periodical_predictions;
753-
var timer_seconds = 3;
753+
var timer_seconds = 30;
754754

755755
function startAjax() {
756756
// prevent insane clicks to start numerous requests

0 commit comments

Comments
 (0)