mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 13:49:56 +09:00
파일업로드시 목록에 나타나지 않는 오류 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4725 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
41b92f68ae
commit
bc129ff038
1 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue