git-svn-id: http://xe-core.googlecode.com/svn/trunk@1575 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-06-08 04:08:31 +00:00
parent da7e33354a
commit 89c7041ffb

View file

@ -45,7 +45,7 @@ function completeCommentEditorForm(ret_obj) {
xInnerHtml(comment_form_zone, tpl); xInnerHtml(comment_form_zone, tpl);
// 에디터 실행 // 에디터 실행
editorStart(upload_target_srl); editorStart(upload_target_srl, true, 100);
} }
/** /**