We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffc8d20 commit 0fbcea8Copy full SHA for 0fbcea8
apps/widsmartbatt/widget.js
@@ -84,7 +84,7 @@
84
WIDGETS["widsmartbatt"].draw();
85
});
86
87
- var id = setInterval(() => WIDGETS["widsmartbatt"].draw(), 60000);
+ setInterval(() => WIDGETS["widsmartbatt"].draw(), 60000);
88
89
90
})();
0 commit comments