mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 13:54:26 +02:00
HistoryColorGrid events should be "live"
This commit is contained in:
parent
f8540d079c
commit
6286e15441
@ -88,8 +88,8 @@
|
||||
|
||||
$(document).on('keyup', '#menu input.search', {self: this}, this.submitForm);
|
||||
|
||||
$('.historycolorgrid td').on('mouseenter', this.historycolorgridHover);
|
||||
$('.historycolorgrid td').on('mouseleave', this.historycolorgidUnhover);
|
||||
$(document).on('mouseenter', '.historycolorgrid td', this.historycolorgridHover);
|
||||
$(document).on('mouseleave', '.historycolorgrid td', this.historycolorgidUnhover);
|
||||
|
||||
// TBD: a global autocompletion handler
|
||||
// $(document).on('keyup', 'form.auto input', this.formChangeDelayed);
|
||||
|
Loading…
x
Reference in New Issue
Block a user