bulk operations fix

This commit is contained in:
Serghey Rodin 2015-11-06 00:43:06 +02:00
commit 99994dc865
3 changed files with 12 additions and 7 deletions

View file

@ -448,6 +448,10 @@
});
}
//
$('form#objects').bind('submit', function(evt) {
$('.l-unit.selected').find('.ch-toggle').attr('checked', true);
});
});