mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-21 17:48:43 +02:00
:bulb N°4619 table-selectable-lines.js fix missing doc comment
This commit is contained in:
@@ -35,7 +35,7 @@ $(document).ready(function () {
|
||||
// Set a click handler on all tables containing inputs
|
||||
// since 3.0.1 N°4619 we are using only one handler for both cases :
|
||||
// - clicking in a cell that is not the first child, and that contains one input:radio or input:checkbox
|
||||
// -
|
||||
// - clicking anywhere in a line
|
||||
$(document).on('click', TABLE_SELECTOR+':has('+LINE_WITH_INPUTS_SELECTOR+')', function (event) {
|
||||
var $eventTarget = $(event.target);
|
||||
if (shouldExitHandler($eventTarget)) {
|
||||
|
||||
Reference in New Issue
Block a user