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

Fixed toggle all

parent bf8dd38e
......@@ -29,8 +29,8 @@ var AdminModelActions = function(actionErrorMessage, actionConfirmations) {
};
$(function() {
$('#rowtoggle').change(function() {
$('td input[type=checkbox]').attr('checked', this.checked);
$('.action-rowtoggle').change(function() {
$('input.action-checkbox').attr('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