修改展开箭头

This commit is contained in:
fen
2013-11-25 13:40:56 +08:00
parent 8e68b2da2e
commit 4ac9bb0022
5 changed files with 23 additions and 11 deletions
+2 -2
View File
@@ -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;