mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-14 16:40:52 +01:00
fix for posting in multiple threads bug
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() {
|
||||
$('[component="topic/reply"]').on('click', function() {
|
||||
if (!threadState.locked) {
|
||||
onReplyClicked($(this), tid, topicName);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user