mirror of
https://github.com/typecho/typecho.git
synced 2025-03-24 20:09:47 +01:00
Update write-js.php
This commit is contained in:
parent
550a2e4245
commit
0cc4110b33
@ -131,7 +131,7 @@ $(document).ready(function() {
|
||||
formAction = form.attr('action'),
|
||||
idInput = $('input[name=cid]'),
|
||||
cid = idInput.val(),
|
||||
autoSave = $('#auto-save-message'),
|
||||
autoSave = $('<span id="auto-save-message" class="left"></span>').prependTo('.submit'),
|
||||
autoSaveOnce = !!cid,
|
||||
lastSaveTime = null;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user