Skip to content

Commit 491e945

Browse files
committed
one more flag
1 parent e88fdef commit 491e945

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

js/tracker.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2910,6 +2910,8 @@ function refresh() {
29102910
if (wvar.query == "" || sondePrefix.indexOf(wvar.query) > -1) {
29112911
if (!clientConnected) {
29122912
liveData();
2913+
} else {
2914+
clientActive = false;
29132915
}
29142916
}
29152917
clearTimeout(periodical);

0 commit comments

Comments
 (0)