mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 11:39:21 +03:00
iMessageBodyCacheCount only used in Message.js
htmlEditorDefaultConfig & htmlEditorLangsMap only used in HtmlEditor.js
This commit is contained in:
parent
496c8f59ae
commit
24cb874c87
5 changed files with 90 additions and 96 deletions
2
dev/bootstrap.js
vendored
2
dev/bootstrap.js
vendored
|
|
@ -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 || {};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue