Merge pull request #554 from JimmehCai/master

Fix "insertTo is not a function"
This commit is contained in:
joyqi 2017-04-06 11:08:10 +08:00 committed by GitHub
commit 47e10dcf53

View File

@ -163,7 +163,7 @@ $(document).ready(function() {
})();
if (dstOffset > 0) {
$('<input name="dst" type="hidden" />').insertTo(form).val(dstOffset);
$('<input name="dst" type="hidden" />').insertAfter(form).val(dstOffset);
}
// 自动保存