mirror of
https://github.com/typecho/typecho.git
synced 2025-04-19 09:14:35 +02:00
Fix "insertTo is not a function"
insertTo > insertAfter
This commit is contained in:
parent
909145058f
commit
9b03f1b5a2
@ -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