mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
Clean up mousemove handler and remove unused tooltip code
This commit is contained in:
parent
28f5ef2284
commit
56b779af4d
@ -699,6 +699,7 @@
|
|||||||
$(document).off('mouseenter', 'li.dropdown', this.dropdownHover);
|
$(document).off('mouseenter', 'li.dropdown', this.dropdownHover);
|
||||||
$(document).off('mouseleave', 'li.dropdown', this.dropdownLeave);
|
$(document).off('mouseleave', 'li.dropdown', this.dropdownLeave);
|
||||||
$(document).off('click', 'div.tristate .tristate-dummy', this.clickTriState);
|
$(document).off('click', 'div.tristate .tristate-dummy', this.clickTriState);
|
||||||
|
$(document).off('mousemove');
|
||||||
},
|
},
|
||||||
|
|
||||||
destroy: function() {
|
destroy: function() {
|
||||||
|
@ -10,9 +10,6 @@
|
|||||||
|
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
// The currently hovered tooltip
|
|
||||||
var tooltip = null;
|
|
||||||
|
|
||||||
// Stores the icinga-data-url of the last focused table.
|
// Stores the icinga-data-url of the last focused table.
|
||||||
var focusedTableDataUrl = null;
|
var focusedTableDataUrl = null;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user