Skip to content

Commit 9f6b848

Browse files
committed
clear backlog when refresh
1 parent 1a93294 commit 9f6b848

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
@@ -345,6 +345,8 @@ function clean_refresh(text, force, history_step) {
345345
if(text == wvar.mode && !force) return false;
346346
stopAjax();
347347

348+
live_data_buffer.positions.position=[];
349+
348350
if (clientActive) {
349351
clientActive = false;
350352
if (!document.getElementById("stTimer").classList.contains('friendly-dtime') ) {

0 commit comments

Comments
 (0)