mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 04:25:55 +01:00
closes #6358
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user