mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 04:59:21 +03:00
Merge language into index template
This commit is contained in:
parent
c3c1fc2c0e
commit
fb98ca6fe7
10 changed files with 354 additions and 300 deletions
|
|
@ -149,7 +149,6 @@ win.rl = {
|
|||
}
|
||||
|
||||
loadScript(appData.StaticLibJsLink)
|
||||
.then(() => Promise.all([loadScript(appData.TemplatesLink), loadScript(appData.LangLink)]))
|
||||
.then(() => loadScript(appData.StaticAppJsLink))
|
||||
.then(() => appData.PluginsLink ? loadScript(appData.PluginsLink) : Promise.resolve())
|
||||
.then(() => win.__APP_BOOT ? win.__APP_BOOT(showError) : showError())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue