修改展开箭头
This commit is contained in:
+2
-2
@@ -126,12 +126,12 @@ $(document).ready(function() {
|
||||
}), savedData = null;
|
||||
|
||||
// 自动保存
|
||||
<?php if ($options->autoSave): ?>
|
||||
<?php if ($options->autoSave): ?>
|
||||
var locked = false,
|
||||
formAction = form.attr('action'),
|
||||
idInput = $('input[name=cid]'),
|
||||
cid = idInput.val(),
|
||||
autoSave = $('<span id="auto-save-message" class="left"></span>').prependTo('.submit'),
|
||||
autoSave = $('#auto-save-message'),
|
||||
autoSaveOnce = !!cid,
|
||||
lastSaveTime = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user