mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-19 03:09:55 +09:00
uploader쪽에 prototype dependancy 제거
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3173 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9b240e58d3
commit
87ab83e91f
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue