mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°2192 table-selectable-lines : add forgotten param
This commit is contained in:
@@ -75,7 +75,7 @@ $(document).ready(function () {
|
||||
});
|
||||
|
||||
// check_all event is fired for tableSorter JQuery plugin
|
||||
$(document).on("check_all", TABLE_SELECTOR, function () {
|
||||
$(document).on("check_all", TABLE_SELECTOR, function (event) {
|
||||
var $eventTarget = $(event.target);
|
||||
if (!$eventTarget.has(LINE_WITH_INPUT_IN_FIRST_CELL_SELECTOR))
|
||||
// Originally we had :has in the handler selector but performances were very bad :(
|
||||
|
||||
Reference in New Issue
Block a user