fix top post bar reply button, after IS

v1.18.x
barisusakli 10 years ago
parent b67ae7ab02
commit 6e1f0b9e32

@ -113,7 +113,7 @@ define('forum/topic/postTools', ['share', 'navigator', 'components', 'translator
onReplyClicked($(this), tid, topicName); onReplyClicked($(this), tid, topicName);
}); });
components.get('topic/reply').on('click', function() { $('.topic').on('click', '[component="topic/reply"]', function() {
onReplyClicked($(this), tid, topicName); onReplyClicked($(this), tid, topicName);
}); });

Loading…
Cancel
Save