mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 05:29:20 +03:00
Speedup boot.js: no need to load CKEditor/Squire when not logged in
This commit is contained in:
parent
a27c3befa8
commit
acda0e8883
2 changed files with 17 additions and 18 deletions
2
dev/bootstrap.js
vendored
2
dev/bootstrap.js
vendored
|
|
@ -1,4 +1,4 @@
|
|||
import { data as GlobalsData, bMobileDevice, dropdownVisibility } from 'Common/Globals';
|
||||
import { data as GlobalsData, dropdownVisibility } from 'Common/Globals';
|
||||
import * as Enums from 'Common/Enums';
|
||||
import * as Plugins from 'Common/Plugins';
|
||||
import { i18n } from 'Common/Translator';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue