mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 12:09:20 +03:00
Enable Squire by default and put CKEditor as option
This commit is contained in:
parent
996c747e45
commit
6c6a5dd03b
4 changed files with 7 additions and 8 deletions
|
|
@ -194,6 +194,7 @@ win.__initAppData = appData => {
|
|||
throw e;
|
||||
})
|
||||
.then(() => {
|
||||
// Enable the old CKEditor
|
||||
if (appData.Auth && appData.StaticEditorJsLink) {
|
||||
loadScript(appData.StaticEditorJsLink).then(() => {
|
||||
win.__initEditor && win.__initEditor();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue