This commit is contained in:
psychobunny
2015-05-29 16:19:04 -04:00
parent fc19405170
commit d51407834d
2 changed files with 14 additions and 12 deletions

View File

@@ -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);