Skip to content

Commit

Permalink
Clean up mousemove handler and remove unused tooltip code
Browse files Browse the repository at this point in the history
  • Loading branch information
majentsch committed Sep 8, 2014
1 parent 28f5ef2 commit 56b779a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions public/js/icinga/events.js
Expand Up @@ -699,6 +699,7 @@
$(document).off('mouseenter', 'li.dropdown', this.dropdownHover);
$(document).off('mouseleave', 'li.dropdown', this.dropdownLeave);
$(document).off('click', 'div.tristate .tristate-dummy', this.clickTriState);
$(document).off('mousemove');
},

destroy: function() {
Expand Down
3 changes: 0 additions & 3 deletions public/js/icinga/ui.js
Expand Up @@ -10,9 +10,6 @@

'use strict';

// The currently hovered tooltip
var tooltip = null;

// Stores the icinga-data-url of the last focused table.
var focusedTableDataUrl = null;

Expand Down

0 comments on commit 56b779a

Please sign in to comment.