mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-22 09:26:27 +02:00
fix shift select
This commit is contained in:
parent
712eeb39e5
commit
d2c5085943
1 changed files with 6 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue