Browse Source

auto update script executed

Toby Chui 1 year ago
parent
commit
72479e7edc
1 changed files with 4 additions and 0 deletions
  1. 4 0
      web/components/status.html

+ 4 - 0
web/components/status.html

@@ -590,6 +590,10 @@
         
     }
 
+    window.addEventListener("focus", function(event){
+        handleChartAccumulateResize();
+    });
+
     document.addEventListener("visibilitychange", () => {
         // it could be either hidden or visible
         //handleChartAccumulateResize();