Embed boot.min.js and boot.min.css into index.html for fast response

This commit is contained in:
djmaze 2020-09-06 11:13:43 +02:00
parent 45aaa17219
commit e1f1a3aa12
8 changed files with 57 additions and 74 deletions

View file

@ -93,14 +93,10 @@ class AdminApp extends AbstractApp {
});
}
bootend(bootendCallback = null) {
bootend() {
if (window.progressJs) {
progressJs.end();
}
if (bootendCallback) {
bootendCallback();
}
}
bootstart() {