mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 04:59:21 +03:00
Remove triggers rl.tooltips.diactivate and rl.tooltips.activate
This commit is contained in:
parent
d1c06a8ece
commit
b634a50e0f
3 changed files with 0 additions and 15 deletions
|
|
@ -1,7 +1,6 @@
|
|||
import ko from 'ko';
|
||||
|
||||
import {
|
||||
$win,
|
||||
$htmlCL,
|
||||
leftPanelDisabled,
|
||||
leftPanelType,
|
||||
|
|
@ -146,8 +145,6 @@ class AbstractApp extends AbstractBoot {
|
|||
} else {
|
||||
location.href = customLogoutLink;
|
||||
}
|
||||
|
||||
$win.trigger('rl.tooltips.diactivate');
|
||||
}, 100);
|
||||
} else {
|
||||
routeOff();
|
||||
|
|
@ -160,8 +157,6 @@ class AbstractApp extends AbstractBoot {
|
|||
} else {
|
||||
location.reload();
|
||||
}
|
||||
|
||||
$win.trigger('rl.tooltips.diactivate');
|
||||
}, 100);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue