This commit is contained in:
Baris Usakli
2018-07-27 15:24:14 -04:00
parent e7bd0cea74
commit 976b85ccaa

View File

@@ -25,7 +25,7 @@ define('forum/topic/merge', function () {
modal.find('.close,#merge_topics_cancel').on('click', closeModal);
$('[component="category"]').on('click', '[component="category/topic"] a', onTopicClicked);
$('#content').on('click', '[component="category"] [component="category/topic"] a', onTopicClicked);
showTopicsSelected();
@@ -101,7 +101,7 @@ define('forum/topic/merge', function () {
modal = null;
}
selectedTids = {};
$('[component="category"]').off('click', '[component="category/topic"] a', onTopicClicked);
$('#content').off('click', '[component="category"] [component="category/topic"] a', onTopicClicked);
}
return Merge;