mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-06 22:15:48 +01:00
fixes post move
This commit is contained in:
@@ -469,7 +469,7 @@ define(['composer'], function(composer) {
|
|||||||
var moveModal = $('#move-post-modal'),
|
var moveModal = $('#move-post-modal'),
|
||||||
moveBtn = moveModal.find('#move_post_commit'),
|
moveBtn = moveModal.find('#move_post_commit'),
|
||||||
topicId = moveModal.find('#topicId'),
|
topicId = moveModal.find('#topicId'),
|
||||||
post = $(this),
|
post = $(this).parents('li'),
|
||||||
pid = $(this).parents('li').attr('data-pid');
|
pid = $(this).parents('li').attr('data-pid');
|
||||||
|
|
||||||
moveModal.removeClass('hide');
|
moveModal.removeClass('hide');
|
||||||
|
|||||||
Reference in New Issue
Block a user