mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 14:49:56 +09:00
파일 업로드 영역이 정의되어 있을때만 파일 업로드 재정의.
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6580 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f930b24a71
commit
93d7697b88
5 changed files with 6 additions and 6 deletions
|
|
@ -282,10 +282,10 @@ function completeReloadFileList(ret_obj, response_tags, settings) {
|
|||
}
|
||||
}
|
||||
|
||||
// var swfu = SWFUpload.instances[swfUploadObjs[editor_sequence]].setFileSizeLimit(left_size);
|
||||
var swfu = SWFUpload.instances[swfUploadObjs[editor_sequence]].setFileSizeLimit(left_size);
|
||||
|
||||
// 문서 강제 자동저장
|
||||
_editorAutoSave(true);
|
||||
if(typeof(_editorAutoSave) == 'function') _editorAutoSave(true);
|
||||
|
||||
xAddEventListener(listObj,'click',previewFiles);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue