added new client-side hook on thread tools open

v1.18.x
Julian Lam 9 years ago
parent 098111ba5b
commit 04dcd38d04

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

Loading…
Cancel
Save