fix top post bar reply button, after IS

This commit is contained in:
barisusakli
2015-11-06 11:46:09 -05:00
parent b67ae7ab02
commit 6e1f0b9e32

View File

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