We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 25c0d19 + 925faae commit f5f4d0dCopy full SHA for f5f4d0d
js/tracker.js
@@ -2268,8 +2268,6 @@ function refresh() {
2268
complete: function(request, textStatus) {
2269
clearTimeout(periodical);
2270
periodical = setTimeout(refresh, timer_seconds * 1000);
2271
-
2272
- if(periodical_predictions === null) refreshPredictions();
2273
}
2274
});
2275
@@ -2737,6 +2735,8 @@ function update(response) {
2737
2735
zoom_on_payload();
2738
2736
2739
+ if(periodical_predictions === null) refreshPredictions();
+
2740
ajax_inprogress = false;
2741
2742
};
0 commit comments