fix undef var

v1.18.x
Baris Usakli 7 years ago
parent 5240d477db
commit a6b96b6772

@ -21,7 +21,7 @@ define('forum/topic/move-post', [], function () {
} }
movePost(button.parents('[data-pid]'), button.parents('[data-pid]').attr('data-pid'), topicIdEl.val(), function () { movePost(button.parents('[data-pid]'), button.parents('[data-pid]').attr('data-pid'), topicIdEl.val(), function () {
topicId.val(''); topicIdEl.val('');
}); });
}, },
}, },

Loading…
Cancel
Save