From c8185fadaa499d89d896f304d18e21385ab0c183 Mon Sep 17 00:00:00 2001 From: zero Date: Tue, 12 Jun 2007 04:52:42 +0000 Subject: [PATCH] git-svn-id: http://xe-core.googlecode.com/svn/trunk@1604 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/blog/skins/xe_blog/js/blog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/blog/skins/xe_blog/js/blog.js b/modules/blog/skins/xe_blog/js/blog.js index c2736fd31..ee7c337f3 100644 --- a/modules/blog/skins/xe_blog/js/blog.js +++ b/modules/blog/skins/xe_blog/js/blog.js @@ -68,7 +68,7 @@ function completeCommentEditorForm(ret_obj) { // 에디터 실행 editorStart(upload_target_srl, true, 100); - editor_upload_init(upload_target_srl); + editor_upload_form_set(upload_target_srl); } /**