mirror of
https://github.com/typecho/typecho.git
synced 2025-03-20 01:49:40 +01:00
fix up
This commit is contained in:
parent
6c3ef6da05
commit
62cdc2bec6
@ -131,7 +131,10 @@ $(document).ready(function() {
|
||||
|
||||
function autoSaveListener () {
|
||||
setInterval(function () {
|
||||
idInput.val(cid);
|
||||
if (cid) {
|
||||
idInput.val(cid);
|
||||
}
|
||||
|
||||
var data = form.serialize();
|
||||
|
||||
if (savedData != data && !locked) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user