mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-26 00:21:16 +01:00
closes #3786
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user