mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-04 23:00:31 +01:00
fix undef var
This commit is contained in:
@@ -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('');
|
||||
});
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user