mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-21 16:00:26 +01:00
feat: allow passing in container to threadTools
This commit is contained in:
@@ -46,7 +46,7 @@ define('forum/topic', [
|
||||
posts.onTopicPageLoad(components.get('post'));
|
||||
|
||||
postTools.init(tid);
|
||||
threadTools.init(tid);
|
||||
threadTools.init(tid, $('.topic'));
|
||||
events.init();
|
||||
|
||||
sort.handleSort('topicPostSort', 'user.setTopicSort', 'topic/' + ajaxify.data.slug);
|
||||
|
||||
Reference in New Issue
Block a user