mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 21:19:21 +03:00
eslint (additional rules)
This commit is contained in:
parent
77a1d3f3df
commit
8e8a041032
150 changed files with 21911 additions and 23106 deletions
|
|
@ -16,15 +16,13 @@ export default (App) => {
|
|||
.on('keydown', kill_CtrlA_CtrlS)
|
||||
.on('unload', () => {
|
||||
GlobalsData.bUnload = true;
|
||||
})
|
||||
;
|
||||
});
|
||||
|
||||
$html
|
||||
.addClass(bMobileDevice ? 'mobile' : 'no-mobile')
|
||||
.on('click.dropdown.data-api', () => {
|
||||
detectDropdownVisibility();
|
||||
})
|
||||
;
|
||||
});
|
||||
|
||||
const rl = window.rl || {};
|
||||
|
||||
|
|
@ -58,8 +56,7 @@ export default (App) => {
|
|||
|
||||
$html
|
||||
.removeClass('no-js rl-booted-trigger')
|
||||
.addClass('rl-booted')
|
||||
;
|
||||
.addClass('rl-booted');
|
||||
|
||||
App.bootstart();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue