Cleanup *App classes

This commit is contained in:
djmaze 2021-03-25 10:54:40 +01:00
parent 673bd49095
commit 240b0381f9
5 changed files with 23 additions and 38 deletions

View file

@ -16,10 +16,6 @@ class AdminApp extends AbstractApp {
this.weakPassword = ko.observable(false);
}
bootend() {
progressJs.end();
}
bootstart() {
super.bootstart();
@ -35,7 +31,7 @@ class AdminApp extends AbstractApp {
startScreens([LoginAdminScreen]);
}
this.bootend();
progressJs.end();
}
}