mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-20 21:47:46 +01:00
add missing comma
This commit is contained in:
@@ -196,7 +196,7 @@ define('forum/category', [
|
||||
templates.parse('category', 'topics', {
|
||||
privileges: {editable: editable},
|
||||
showSelect: editable,
|
||||
topics: [topic]
|
||||
topics: [topic],
|
||||
template: {category: true}
|
||||
}, function(html) {
|
||||
translator.translate(html, function(translatedHTML) {
|
||||
@@ -348,4 +348,4 @@ define('forum/category', [
|
||||
};
|
||||
|
||||
return Category;
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user