Fix first call

This commit is contained in:
Skylar Grant 2024-08-15 11:14:24 -04:00
parent 259700a1b5
commit 5af6ca77ba
1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@ export function togglePower(element) {
}
window.onload = function() {
psState.init(config);
comms.init(psState, config);
refreshState(window.document, psState);
};