fix undef var

This commit is contained in:
Baris Usakli
2018-01-17 14:37:21 -05:00
parent 5240d477db
commit a6b96b6772

View File

@@ -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 () {
topicId.val('');
topicIdEl.val('');
});
},
},