More jQuery to native (including bootstrap.js)

This commit is contained in:
djmaze 2020-08-30 10:30:50 +02:00
parent bdb36ec128
commit 69fcc240e9
39 changed files with 496 additions and 344 deletions

View file

@ -42,11 +42,7 @@ class PaneSettingsUserView extends AbstractViewNext {
}
onBuild(dom) {
if (this.mobile) {
dom.on('click', () => {
leftPanelDisabled(true);
});
}
this.mobile && dom.addEventListener('click', () => leftPanelDisabled(true));
}
backToMailBoxClick() {