파일업로드시 목록에 나타나지 않는 오류 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4725 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-10-29 13:01:43 +00:00
parent 41b92f68ae
commit bc129ff038

View file

@ -235,8 +235,7 @@ function completeReloadFileList(ret_obj, response_tags, settings) {
listObj.remove(0);
}
var cur_upload_target_srl = editorRelKeys[editor_sequence]["primary"].value;
if(!cur_upload_target_srl) {
if(upload_target_srl) {
editorRelKeys[editor_sequence]["primary"].value = upload_target_srl;
settings["uploadTargetSrl"] = upload_target_srl;
}