mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 16:24:04 +02:00
Add missing event unbind
This commit is contained in:
parent
095f110efc
commit
2e0bef5696
@ -46,6 +46,7 @@
|
||||
$(document).off('mouseenter', 'li.dropdown', this.dropdownHover);
|
||||
$(document).off('mouseleave', 'li.dropdown', this.dropdownLeave);
|
||||
$(document).off('mouseenter', '#menu > ul > li', this.menuTitleHovered);
|
||||
$(document).on('mouseleave', '#sidebar', this.leaveSidebar);
|
||||
};
|
||||
|
||||
Navigation.prototype.linkClicked = function(event) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user