Skip to content

Commit 22e1ef4

Browse files
committed
small fix
1 parent 664f82f commit 22e1ef4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

js/tracker.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2750,9 +2750,7 @@ function refreshSingle(serial, first) {
27502750
function refreshSingleOld(serial) {
27512751

27522752
if (ajax_inprogress_old == wvar.query) {
2753-
if (vehicles.hasOwnProperty(wvar.query)) {
2754-
return;
2755-
}
2753+
return;
27562754
}
27572755

27582756
document.getElementById("timeperiod").disabled = true;

0 commit comments

Comments
 (0)