mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +03:00
Merge Squire into libs.js
This commit is contained in:
parent
662e6b3466
commit
81364c6494
5 changed files with 4 additions and 13 deletions
|
|
@ -194,7 +194,7 @@ win.__initAppData = appData => {
|
|||
throw e;
|
||||
})
|
||||
.then(() => {
|
||||
if (appData.Auth) {
|
||||
if (appData.Auth && appData.StaticEditorJsLink) {
|
||||
loadScript(appData.StaticEditorJsLink).then(() => {
|
||||
win.__initEditor && win.__initEditor();
|
||||
win.__initEditor = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue