&가 들어간 이미지, 동영상등 경로 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6481 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
misol 2009-06-04 13:30:20 +00:00
parent 25d4403c2d
commit c98a7ba9fa

View file

@ -271,6 +271,7 @@ function completeReloadFileList(ret_obj, response_tags, settings) {
loadingImage.src = item[i].download_url;
loaded_images[file_srl] = loadingImage;
}
item[i].download_url = item[i].download_url.replace(/&/g, "&");
}
previewFiles('', item[item.length-1].file_srl);
}