mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-11 10:12:22 +02:00
fix streamed in topics on category page
This commit is contained in:
@@ -197,6 +197,7 @@ define('forum/category', [
|
||||
privileges: {editable: editable},
|
||||
showSelect: editable,
|
||||
topics: [topic]
|
||||
template: {category: true}
|
||||
}, function(html) {
|
||||
translator.translate(html, function(translatedHTML) {
|
||||
var topic = $(translatedHTML),
|
||||
|
||||
Reference in New Issue
Block a user