fix for posting in multiple threads bug

This commit is contained in:
psychobunny
2015-03-19 15:05:11 -04:00
parent 82f7ca5e0f
commit f2c220988b

View File

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