mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 04:25:55 +01:00
dont add events multiple timest to #content
This commit is contained in:
@@ -126,7 +126,7 @@ define('forum/topic/postTools', ['composer', 'share', 'navigator'], function(com
|
||||
openChat($(this));
|
||||
});
|
||||
|
||||
$('#content').on('click', '[component="topic/reply"]', function() {
|
||||
components.get('topic/reply').on('click', function() {
|
||||
if (!threadState.locked) {
|
||||
onReplyClicked($(this), tid, topicName);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user