* fix for datatable check.

This commit is contained in:
wangyidong
2017-12-04 16:37:35 +08:00
parent 1a1321e57c
commit e8e24b9109
+1 -9
View File
@@ -59,15 +59,7 @@ $(document).ready(function()
var $target = $(e.target);
if ($target.closest('.task-toggle').length) return false;
var $checkRow = $target.closest('.check-row, .check-btn');
if($checkRow.length)
{
if($checkRow.is('.check-row'))
{
toggleRowClass($checkRow);
syncChecks();
}
return false;
}
if($checkRow.length) return true;
},
startDrag: function(e)
{