Remove progressJs bar because we are fast...

This commit is contained in:
djmaze 2021-04-28 22:59:42 +02:00
parent a8fd699575
commit 89b52b512f
6 changed files with 11 additions and 64 deletions

View file

@ -18,9 +18,6 @@ class AdminApp extends AbstractApp {
bootstart() {
super.bootstart();
this.hideLoading();
if (!Settings.app('allowAdminPanel')) {
rl.route.root();
setTimeout(() => location.href = '/', 1);
@ -30,8 +27,7 @@ class AdminApp extends AbstractApp {
} else {
startScreens([LoginAdminScreen]);
}
progressJs.end();
this.hideLoading();
}
}