Add missing event unbind

This commit is contained in:
Matthias Jentsch 2014-09-10 17:10:08 +02:00
parent 095f110efc
commit 2e0bef5696
1 changed files with 1 additions and 0 deletions

View File

@ -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) {