등록된 파일이 있어야만 파일 목록을 가져오도록 editor 스크립트 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4773 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-11-06 00:23:14 +00:00
parent 9ce01957cf
commit 9b3a48f06f

View file

@ -96,7 +96,7 @@ function XEUploaderStart(obj) {
swfObj.style.width = btnWidth+"px";
swfObj.style.height = btnHeight+"px";
reloadFileList(settings);
if(obj["insertedFiles"]>0) reloadFileList(settings);
}
function fileQueued(file) {