fix shift select

This commit is contained in:
osaajani 2020-06-17 19:47:32 +02:00
parent 712eeb39e5
commit d2c5085943
1 changed files with 6 additions and 2 deletions

View File

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