Commit cfd60c5c authored by Serge S. Koval's avatar Serge S. Koval

Fixed mass-check

parent ee4f4594
...@@ -30,7 +30,7 @@ var AdminModelActions = function(actionErrorMessage, actionConfirmations) { ...@@ -30,7 +30,7 @@ var AdminModelActions = function(actionErrorMessage, actionConfirmations) {
$(function() { $(function() {
$('.action-rowtoggle').change(function() { $('.action-rowtoggle').change(function() {
$('input.action-checkbox').attr('checked', this.checked); $('input.action-checkbox').prop('checked', this.checked);
}); });
}); });
}; };
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment