mirror of
https://github.com/typecho/typecho.git
synced 2025-04-14 14:52:06 +02:00
Merge pull request #554 from JimmehCai/master
Fix "insertTo is not a function"
This commit is contained in:
commit
47e10dcf53
@ -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);
|
||||
}
|
||||
|
||||
// 自动保存
|
||||
|
Loading…
x
Reference in New Issue
Block a user