Merge Squire into libs.js

This commit is contained in:
djmaze 2020-09-22 11:04:45 +02:00
parent 662e6b3466
commit 81364c6494
5 changed files with 4 additions and 13 deletions

View file

@ -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;