This commit is contained in:
Barış Soner Uşaklı
2018-04-03 14:20:07 -04:00
parent df770aed8e
commit caf43e3025
8 changed files with 115 additions and 71 deletions

View File

@@ -195,7 +195,7 @@ define('forum/topic/postTools', [
});
postContainer.on('click', '[component="post/move"]', function () {
movePost.openMovePostModal($(this));
movePost.openMovePostModal($(this).parents('[data-pid]'));
});
postContainer.on('click', '[component="post/ban-ip"]', function () {