From bc129ff038b312cc49ecc8bd37797d9e8e3f0bb5 Mon Sep 17 00:00:00 2001 From: zero Date: Wed, 29 Oct 2008 13:01:43 +0000 Subject: [PATCH] =?UTF-8?q?=ED=8C=8C=EC=9D=BC=EC=97=85=EB=A1=9C=EB=93=9C?= =?UTF-8?q?=EC=8B=9C=20=EB=AA=A9=EB=A1=9D=EC=97=90=20=EB=82=98=ED=83=80?= =?UTF-8?q?=EB=82=98=EC=A7=80=20=EC=95=8A=EB=8A=94=20=EC=98=A4=EB=A5=98=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4725 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/editor/tpl/js/uploader.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/editor/tpl/js/uploader.js b/modules/editor/tpl/js/uploader.js index 9066692f3..905711cb4 100755 --- a/modules/editor/tpl/js/uploader.js +++ b/modules/editor/tpl/js/uploader.js @@ -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; }