Call corect functions
This commit is contained in:
parent
7f8c090781
commit
53b1be6f59
@ -62,13 +62,11 @@ export function togglePower(element) {
|
||||
}
|
||||
|
||||
export function startup() {
|
||||
psState.startup(comms);
|
||||
refreshState(window.document, psState);
|
||||
comms.startup();
|
||||
}
|
||||
|
||||
export function shutdown() {
|
||||
psState.shutdown(comms);
|
||||
refreshState(window.document, psState);
|
||||
comms.shutdown();
|
||||
}
|
||||
|
||||
window.onload = function() {
|
||||
|
Loading…
Reference in New Issue
Block a user