mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-11 00:14:50 +03:00
Use less jQuery, more native
This commit is contained in:
parent
24cb874c87
commit
bdb36ec128
35 changed files with 492 additions and 779 deletions
|
|
@ -128,7 +128,7 @@ class MailBoxUserScreen extends AbstractScreen {
|
|||
, 1);
|
||||
}
|
||||
|
||||
$html.on('click', '#rl-right', () => {
|
||||
jQuery($html).on('click', '#rl-right', () => {
|
||||
moveAction(false);
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue