fix for posting in multiple threads bug

v1.18.x
psychobunny 10 years ago
parent 82f7ca5e0f
commit f2c220988b

@ -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);
}

Loading…
Cancel
Save