dont add events multiple timest to #content

v1.18.x
Barış Soner Uşaklı 10 years ago
parent 82f7ca5e0f
commit b1478ad5da

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

Loading…
Cancel
Save