Speedup boot.js: no need to load CKEditor/Squire when not logged in

This commit is contained in:
djmaze 2020-09-10 10:07:35 +02:00
parent a27c3befa8
commit acda0e8883
2 changed files with 17 additions and 18 deletions

2
dev/bootstrap.js vendored
View file

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