From 0cc4110b331afc96a7995911bc819578d2413aba Mon Sep 17 00:00:00 2001 From: joyqi Date: Wed, 27 Nov 2013 21:11:49 +0800 Subject: [PATCH] Update write-js.php --- admin/write-js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/write-js.php b/admin/write-js.php index fb438f6c..d09c6c19 100644 --- a/admin/write-js.php +++ b/admin/write-js.php @@ -131,7 +131,7 @@ $(document).ready(function() { formAction = form.attr('action'), idInput = $('input[name=cid]'), cid = idInput.val(), - autoSave = $('#auto-save-message'), + autoSave = $('').prependTo('.submit'), autoSaveOnce = !!cid, lastSaveTime = null;