added new client-side hook on thread tools open

This commit is contained in:
Julian Lam
2015-10-29 13:48:58 -04:00
parent 526afc0910
commit 5473a4f3b4

View File

@@ -112,6 +112,7 @@ define('forum/topic/threadTools', ['forum/topic/fork', 'forum/topic/move', 'comp
templates.parse('partials/topic/topic-menu-list', data, function(html) {
translator.translate(html, function(html) {
dropdownMenu.html(html);
$(window).trigger('action:topic.tools.load');
});
});
});