This commit is contained in:
barisusakli
2015-10-25 15:56:17 -04:00
parent 8ac917c63c
commit aafd4b6984

View File

@@ -10,7 +10,7 @@ define('forum/topic/fork', ['components'], function(components) {
pids = [];
Fork.init = function() {
components.get('topic/fork').on('click', onForkThreadClicked);
$('.topic').on('click', '[component="topic/fork"]', onForkThreadClicked);
};
function disableClicks() {