mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 06:55:46 +01:00
closes #4568
This commit is contained in:
@@ -167,6 +167,10 @@ define('admin/manage/categories', ['vendor/jquery/serializeObject/jquery.ba-seri
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
if (!categories.length) {
|
||||||
|
continueRender();
|
||||||
|
}
|
||||||
|
|
||||||
function continueRender() {
|
function continueRender() {
|
||||||
templates.parse('admin/partials/categories/category-rows', {
|
templates.parse('admin/partials/categories/category-rows', {
|
||||||
cid: parentId,
|
cid: parentId,
|
||||||
|
|||||||
Reference in New Issue
Block a user