mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-11 16:35:47 +01:00
feat: use category selector in category page
fix privilege shortcuts in group page after search
This commit is contained in:
@@ -16,8 +16,8 @@ define('admin/manage/category', [
|
||||
$this.val($this.attr('data-value'));
|
||||
});
|
||||
|
||||
$('#category-selector').on('change', function () {
|
||||
ajaxify.go('admin/manage/categories/' + $(this).val() + window.location.hash);
|
||||
categorySelector.init($('[component="category-selector"]'), function (selectedCategory) {
|
||||
ajaxify.go('admin/manage/categories/' + selectedCategory.cid);
|
||||
});
|
||||
|
||||
function enableColorPicker(idx, inputEl) {
|
||||
|
||||
Reference in New Issue
Block a user