Skip to content

Commit

Permalink
Add missing event unbind
Browse files Browse the repository at this point in the history
  • Loading branch information
majentsch committed Sep 10, 2014
1 parent 095f110 commit 2e0bef5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/js/icinga/behavior/navigation.js
Expand Up @@ -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) {
Expand Down

0 comments on commit 2e0bef5

Please sign in to comment.