mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
파일업로드 script에서 첫페이지에서 업로드 폼이 나타날 경우 javascript오류가 생기는 것 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5895 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
937fbcc743
commit
773518fed3
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ function XEUploaderStart(obj) {
|
|||
flash_url : request_uri+"modules/editor/tpl/images/SWFUpload.swf",
|
||||
upload_url: request_uri,
|
||||
post_params: {
|
||||
"mid" : current_url.getQuery("mid"),
|
||||
"mid" : current_mid,
|
||||
"act" : "procFileUpload",
|
||||
"editor_sequence" : obj["editorSequence"]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue