Moved CKEditor to be plugin

This commit is contained in:
djmaze 2021-03-25 13:35:15 +01:00
parent 240b0381f9
commit af3c79ce80
217 changed files with 467 additions and 8683 deletions

View file

@ -153,12 +153,6 @@ win.rl = {
.then(() => Promise.all([loadScript(appData.TemplatesLink), loadScript(appData.LangLink)]))
.then(() => loadScript(appData.StaticAppJsLink))
.then(() => appData.PluginsLink ? loadScript(appData.PluginsLink) : Promise.resolve())
.then(() =>
// Enable the old CKEditor?
(appData.Auth && appData.StaticEditorJsLink)
? loadScript(appData.StaticEditorJsLink)
: Promise.resolve()
)
.then(() => win.__APP_BOOT ? win.__APP_BOOT(showError) : showError())
.catch(e => {
showError();