From 87ab83e91fa3ed146f4df97840b2a9b572e1ed9d Mon Sep 17 00:00:00 2001 From: haneul Date: Fri, 7 Dec 2007 05:12:34 +0000 Subject: [PATCH] =?UTF-8?q?uploader=EC=AA=BD=EC=97=90=20prototype=20depend?= =?UTF-8?q?ancy=20=EC=A0=9C=EA=B1=B0?= 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@3173 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/editor/skins/xquared/editor.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/editor/skins/xquared/editor.html b/modules/editor/skins/xquared/editor.html index 833d7d85a..ad0c4f2e8 100644 --- a/modules/editor/skins/xquared/editor.html +++ b/modules/editor/skins/xquared/editor.html @@ -64,7 +64,7 @@ var zbxe_session_name = "{session_name()}"; var uploader_setting = { "allowed_filesize" : "{$file_config->allowed_filesize}", "allowed_filetypes" : "{$file_config->allowed_filetypes}", "allowed_filetypes_description" : "{$file_config->allowed_filetypes}" } - editor_upload_init("{$editor_sequence}", editorGetForm_xq($("xqEditor_{$editor_sequence}"))); + editor_upload_init("{$editor_sequence}", editorGetForm_xq(document.getElementById("xqEditor_{$editor_sequence}"))); //]]>