FSN#36498 Shift selecteren van acties werkt niet juist met alternatieve sortering 2016.1
svn path=/Website/trunk/; revision=29882
This commit is contained in:
@@ -56,6 +56,7 @@ $(document).ready(function() {
|
|||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
var $chkboxes = $('input.multiselect');
|
var $chkboxes = $('input.multiselect');
|
||||||
$chkboxes.click(function(e) {
|
$chkboxes.click(function(e) {
|
||||||
|
$chkboxes = $('input.multiselect');
|
||||||
if(!lastChecked) {
|
if(!lastChecked) {
|
||||||
lastChecked = this;
|
lastChecked = this;
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user