HistoryColorGrid events should be "live"

This commit is contained in:
Thomas Gelf 2014-03-06 09:47:53 +00:00
parent f8540d079c
commit 6286e15441

View File

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