From 666defd69a21e0c4dacfcc2f0887d2f514eb7a3d Mon Sep 17 00:00:00 2001 From: taggon Date: Mon, 25 Jan 2010 02:51:12 +0000 Subject: [PATCH] =?UTF-8?q?=EC=9E=90=EB=8F=99=EC=A0=80=EC=9E=A5=20?= =?UTF-8?q?=EA=B0=84=EA=B2=A9=20=EB=B3=80=EA=B2=BD(=EB=94=94=EB=B2=84?= =?UTF-8?q?=EA=B7=B8=EB=A5=BC=20=EC=9C=84=ED=95=B4=20=EC=A1=B0=EC=A0=95?= =?UTF-8?q?=ED=96=88=EB=8D=98=20=EC=8B=9C=EA=B0=84=EC=9D=84=20=EC=9B=90?= =?UTF-8?q?=EB=9E=98=EB=8C=80=EB=A1=9C=20=EB=8F=8C=EB=A0=A4=EB=86=93?= =?UTF-8?q?=EC=9D=8C)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7239 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/editor/tpl/js/editor_common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/editor/tpl/js/editor_common.js b/modules/editor/tpl/js/editor_common.js index f79e68879..cf70c1ee8 100644 --- a/modules/editor/tpl/js/editor_common.js +++ b/modules/editor/tpl/js/editor_common.js @@ -38,7 +38,7 @@ function editorEnableAutoSave(fo_obj, editor_sequence) { var title = fo_obj.title.value; var content = editorRelKeys[editor_sequence]['content'].value; editorAutoSaveObj = {"fo_obj":fo_obj, "editor_sequence":editor_sequence, "title":title, "content":content, locked:false}; - setTimeout('_editorAutoSave()', 3000); + setTimeout('_editorAutoSave()', 50000); } // ajax를 이용하여 editor.procEditorSaveDoc 호출하여 자동 저장시킴 exe는 강제 코드