mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-21 16:00:26 +01:00
closes #3166
This commit is contained in:
@@ -36,7 +36,7 @@ define('forum/topic', [
|
||||
|
||||
app.enterRoom('topic_' + tid);
|
||||
|
||||
posts.processPage($('.topic'));
|
||||
posts.processPage(components.get('post'));
|
||||
|
||||
postTools.init(tid);
|
||||
threadTools.init(tid);
|
||||
|
||||
Reference in New Issue
Block a user