mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-22 13:53:14 +08:00
Bugfix: incorrect removal of useJsNextBundle
This commit is contained in:
parent
828387bec1
commit
2404f6466d
1 changed files with 4 additions and 0 deletions
|
@ -191,6 +191,10 @@ function runApp() {
|
|||
p.set(20);
|
||||
return window.Promise.all([jassl(appData.TemplatesLink), jassl(appData.LangLink)]);
|
||||
})
|
||||
.then(() => {
|
||||
p.set(30);
|
||||
return jassl(appData.StaticAppJsLink);
|
||||
})
|
||||
.then(() => {
|
||||
p.set(50);
|
||||
return appData.PluginsLink ? jassl(appData.PluginsLink) : window.Promise.resolve();
|
||||
|
|
Loading…
Reference in a new issue