uploader쪽에 prototype dependancy 제거

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3173 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
haneul 2007-12-07 05:12:34 +00:00
parent 9b240e58d3
commit 87ab83e91f

View file

@ -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}" }
<!--@if(!$editor_manual_start)-->
editor_upload_init("{$editor_sequence}", editorGetForm_xq($("xqEditor_{$editor_sequence}")));
editor_upload_init("{$editor_sequence}", editorGetForm_xq(document.getElementById("xqEditor_{$editor_sequence}")));
<!--@end-->
//]]></script>