mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-06 00:07:25 +02:00
fix top post bar reply button, after IS
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user