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