mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 14:07:04 +03:00
parent
2fefad437e
commit
c0ab236440
8 changed files with 31 additions and 12 deletions
|
|
@ -17,12 +17,11 @@ export default (App) => {
|
|||
|
||||
Globals.__APP__ = App;
|
||||
|
||||
Globals.$win
|
||||
.keydown(Utils.kill_CtrlA_CtrlS)
|
||||
.unload(function () {
|
||||
Globals.bUnload = true;
|
||||
})
|
||||
;
|
||||
Globals.$win.on('keydown', Utils.kill_CtrlA_CtrlS);
|
||||
|
||||
Globals.$win.on('unload', function () {
|
||||
Globals.bUnload = true;
|
||||
});
|
||||
|
||||
Globals.$html
|
||||
.addClass(Globals.bMobileDevice ? 'mobile' : 'no-mobile')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue