mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-10 16:05:49 +01:00
closes #3310
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user