mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-05-10 18:26:26 +02:00
Add checkbox multiple shift select
This commit is contained in:
parent
0ef7a9cc36
commit
16335365a9
3 changed files with 199 additions and 0 deletions
assets/js
|
@ -91,6 +91,8 @@ 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