From 668e27150ee8782eac5a2ff4830fe416adfcaa93 Mon Sep 17 00:00:00 2001 From: taggon Date: Mon, 29 Mar 2010 04:41:24 +0000 Subject: [PATCH] =?UTF-8?q?XML=20=EC=9A=94=EC=B2=AD=EC=9D=84=20=EC=A3=BC?= =?UTF-8?q?=EA=B3=A0=20=EB=B0=9B=EC=9D=84=20=EB=95=8C=20response=5Ftag?= =?UTF-8?q?=EC=97=90=20error=EC=99=80=20message=EA=B0=80=20=EA=B8=B0?= =?UTF-8?q?=EB=B3=B8=20=ED=8F=AC=ED=95=A8=EB=90=98=EB=8F=84=EB=A1=9D=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@7356 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- common/js/xml_handler.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/common/js/xml_handler.js b/common/js/xml_handler.js index bb10c6321..6f8930804 100644 --- a/common/js/xml_handler.js +++ b/common/js/xml_handler.js @@ -189,6 +189,9 @@ $.exec_xml = window.exec_xml = function(module, act, params, callback_func, resp if(typeof(xeVid)!='undefined') params['vid'] = xeVid; if(typeof(response_tags)=="undefined" || response_tags.length<1) response_tags = ['error','message']; + else { + response_tags.push('error', 'message'); + } // }}} set parameters // use ssl? @@ -386,4 +389,4 @@ $.fn.exec_html = function(action,data,type,func,args){ }); } }; -})(jQuery); \ No newline at end of file +})(jQuery);