Skip to content

Commit 034b835

Browse files
fixed message showing after stopFollow() with no lock
1 parent 6227422 commit 034b835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/tracker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ function stopFollow() {
377377
nite.refresh();
378378

379379
// update lookangles box
380-
$("#lookanglesbox span").hide().parent().find(".nofollow").show();
380+
if(GPS_ts != null) $("#lookanglesbox span").hide().parent().find(".nofollow").show();
381381
}
382382
}
383383

0 commit comments

Comments
 (0)