1
0
Fork 0
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:
osaajani 2019-11-29 01:19:31 +01:00
parent 0ef7a9cc36
commit 16335365a9
3 changed files with 199 additions and 0 deletions
assets/js

View file

@ -91,6 +91,8 @@ jQuery(document).ready(function()
}
});
jQuery('body :checkbox').shiftcheckbox();
jQuery('body').on('submit', '.send-message-discussion', function (e)
{
e.preventDefault();