iMessageBodyCacheCount only used in Message.js

htmlEditorDefaultConfig & htmlEditorLangsMap only used in HtmlEditor.js
This commit is contained in:
djmaze 2020-08-25 09:34:29 +02:00
parent 496c8f59ae
commit 24cb874c87
5 changed files with 90 additions and 96 deletions

2
dev/bootstrap.js vendored
View file

@ -32,7 +32,7 @@ export default (App) => {
addEventListener('unload', () => GlobalsData.bUnload = true);
$htmlCL.add(bMobileDevice ? 'mobile' : 'no-mobile');
$html.on('click.dropdown.data-api', ()=>rl.Dropdowns.detectVisibility());
jQuery($html).on('click.dropdown.data-api', ()=>rl.Dropdowns.detectVisibility());
const rl = window.rl || {};