mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 06:14:25 +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);
|
$(document).on('keyup', '#menu input.search', {self: this}, this.submitForm);
|
||||||
|
|
||||||
$('.historycolorgrid td').on('mouseenter', this.historycolorgridHover);
|
$(document).on('mouseenter', '.historycolorgrid td', this.historycolorgridHover);
|
||||||
$('.historycolorgrid td').on('mouseleave', this.historycolorgidUnhover);
|
$(document).on('mouseleave', '.historycolorgrid td', this.historycolorgidUnhover);
|
||||||
|
|
||||||
// TBD: a global autocompletion handler
|
// TBD: a global autocompletion handler
|
||||||
// $(document).on('keyup', 'form.auto input', this.formChangeDelayed);
|
// $(document).on('keyup', 'form.auto input', this.formChangeDelayed);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user