fixes post move

v1.18.x
Baris Soner Usakli 11 years ago
parent 92ca739002
commit ee1ac1b2c3

@ -469,7 +469,7 @@ define(['composer'], function(composer) {
var moveModal = $('#move-post-modal'),
moveBtn = moveModal.find('#move_post_commit'),
topicId = moveModal.find('#topicId'),
post = $(this),
post = $(this).parents('li'),
pid = $(this).parents('li').attr('data-pid');
moveModal.removeClass('hide');

Loading…
Cancel
Save