Skip to content

Commit 587e1c9

Browse files
committed
final
1 parent 70b1460 commit 587e1c9

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
@@ -2910,7 +2910,7 @@ function refresh() {
29102910
if (wvar.query == "" || sondePrefix.indexOf(wvar.query) > -1) {
29112911
if (!clientConnected) {
29122912
liveData();
2913-
} else {
2913+
} else if (clientConnected) {
29142914
clientActive = true;
29152915
}
29162916
}

0 commit comments

Comments
 (0)