Remove triggers rl.tooltips.diactivate and rl.tooltips.activate

This commit is contained in:
djmaze 2020-08-19 11:31:18 +02:00
parent d1c06a8ece
commit b634a50e0f
3 changed files with 0 additions and 15 deletions

View file

@ -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);
}
}