Skip to content

Commit 062b345

Browse files
authored
Update tracker.js
1 parent 4373e92 commit 062b345

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

js/tracker.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2628,12 +2628,6 @@ function refresh() {
26282628
periodical = setTimeout(refresh, 2000);
26292629
return;
26302630
}
2631-
2632-
if (ajax_inprogress_old == wvar.query) {
2633-
if (vehicles.hasOwnProperty(wvar.query)) {
2634-
return;
2635-
}
2636-
}
26372631

26382632
if (ajax_inprogress_old != wvar.query) {
26392633
document.getElementById("timeperiod").disabled = false;

0 commit comments

Comments
 (0)