Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
admpub committed Mar 3, 2024
1 parent 9527858 commit cb1fa70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions public/assets/backend/js/behaviour/page/real-time-chart.js
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,7 @@ function clear(){
if(_interval){
clearInterval(_interval);
_interval=null;
try {if(ws)ws.close();} catch (_) {}
}
}
var historyWidth = null;
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cb1fa70

Please # to comment.