mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-20 16:37:48 +02:00
fix shift select
This commit is contained in:
parent
712eeb39e5
commit
d2c5085943
1 changed files with 6 additions and 2 deletions
|
@ -86,6 +86,12 @@ jQuery(document).ready(function()
|
||||||
}],
|
}],
|
||||||
});
|
});
|
||||||
|
|
||||||
|
jQuery('.datatable').on('draw.dt', function (){
|
||||||
|
jQuery('body :checkbox').off('shiftcheckbox');
|
||||||
|
jQuery('body :checkbox').shiftcheckbox();
|
||||||
|
});
|
||||||
|
|
||||||
|
|
||||||
var verifReceivedInterval = setInterval(verifReceived, 10000);
|
var verifReceivedInterval = setInterval(verifReceived, 10000);
|
||||||
|
|
||||||
jQuery('body').on('click', '.btn-confirm', function (e)
|
jQuery('body').on('click', '.btn-confirm', function (e)
|
||||||
|
@ -115,8 +121,6 @@ jQuery(document).ready(function()
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
jQuery('body :checkbox').shiftcheckbox();
|
|
||||||
|
|
||||||
jQuery('body').on('submit', '.send-message-discussion', function (e)
|
jQuery('body').on('submit', '.send-message-discussion', function (e)
|
||||||
{
|
{
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue