From 56398af46a758c20b33c139fb8684309a4498a29 Mon Sep 17 00:00:00 2001 From: misol Date: Tue, 23 Jun 2009 07:09:14 +0000 Subject: [PATCH] =?UTF-8?q?r6652=20=EC=B6=94=EA=B0=80=20=EC=88=98=EC=A0=95?= 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@6653 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/editor/tpl/js/editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/editor/tpl/js/editor.js b/modules/editor/tpl/js/editor.js index 6a6c4b7d2..1c4cb3255 100755 --- a/modules/editor/tpl/js/editor.js +++ b/modules/editor/tpl/js/editor.js @@ -110,7 +110,6 @@ function editorStart(editor_sequence, primary_key, content_key, editor_height, f param['mid'] = current_mid; var response_tags = new Array("error","message","editor_sequence","key","title","content","document_srl"); exec_xml('editor',"procEditorLoadSavedDocument", param, getAutoSavedSrl, response_tags); - if(typeof(uploadSettingObj[param['editor_sequence']]) == 'object') editorUploadInit(uploadSettingObj[param['editor_sequence']], true); } else { editorRemoveSavedDoc(); } @@ -574,4 +573,5 @@ function getAutoSavedSrl(ret_obj, response_tags, c) { var fo_obj = editorGetForm(editor_sequence); fo_obj[primary_key].value = ret_obj['document_srl']; + if(uploadSettingObj[editor_sequence]) editorUploadInit(uploadSettingObj[editor_sequence], true); }