This commit is contained in:
psychobunny
2015-07-10 14:28:10 -04:00
parent 541fd474b3
commit a4ace48469

View File

@@ -171,6 +171,10 @@
}
function setupCheckboxes() {
if (ajaxify.currentPage.match(/^admin\/manage\/categories/)) {
return $('[type=checkbox]').show();
}
$('[type=checkbox]').each(function() {
var checkbox = $(this),
checked = checkbox.is(':checked');