From 5af6ca77bac76f4ffe2166fbd44e0e5d477649f6 Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Thu, 15 Aug 2024 11:14:24 -0400 Subject: [PATCH] Fix first call --- src/assets/hestia.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/assets/hestia.js b/src/assets/hestia.js index 3f294a2..b43ca49 100644 --- a/src/assets/hestia.js +++ b/src/assets/hestia.js @@ -35,7 +35,6 @@ export function togglePower(element) { } window.onload = function() { - psState.init(config); comms.init(psState, config); refreshState(window.document, psState); }; \ No newline at end of file