fix shift select
This commit is contained in:
parent
712eeb39e5
commit
d2c5085943
|
@ -85,6 +85,12 @@ jQuery(document).ready(function()
|
|||
'orderable': false,
|
||||
}],
|
||||
});
|
||||
|
||||
jQuery('.datatable').on('draw.dt', function (){
|
||||
jQuery('body :checkbox').off('shiftcheckbox');
|
||||
jQuery('body :checkbox').shiftcheckbox();
|
||||
});
|
||||
|
||||
|
||||
var verifReceivedInterval = setInterval(verifReceived, 10000);
|
||||
|
||||
|
@ -115,8 +121,6 @@ jQuery(document).ready(function()
|
|||
}
|
||||
});
|
||||
|
||||
jQuery('body :checkbox').shiftcheckbox();
|
||||
|
||||
jQuery('body').on('submit', '.send-message-discussion', function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
|
|
Loading…
Reference in New Issue