mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-11 08:25:46 +01:00
closes #3310
This commit is contained in:
@@ -171,6 +171,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
function setupCheckboxes() {
|
function setupCheckboxes() {
|
||||||
|
if (ajaxify.currentPage.match(/^admin\/manage\/categories/)) {
|
||||||
|
return $('[type=checkbox]').show();
|
||||||
|
}
|
||||||
|
|
||||||
$('[type=checkbox]').each(function() {
|
$('[type=checkbox]').each(function() {
|
||||||
var checkbox = $(this),
|
var checkbox = $(this),
|
||||||
checked = checkbox.is(':checked');
|
checked = checkbox.is(':checked');
|
||||||
|
|||||||
Reference in New Issue
Block a user