From 9a54d1b539685baf3a838ea6ecd3eae3c424fde5 Mon Sep 17 00:00:00 2001 From: taggon Date: Fri, 23 Apr 2010 07:59:43 +0000 Subject: [PATCH] =?UTF-8?q?=EC=BD=94=EB=93=9C=20=EC=A0=95=EB=A6=AC?= 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@7385 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- common/js/xml_handler.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/js/xml_handler.js b/common/js/xml_handler.js index 20b5f3ca7..1fb3ea551 100644 --- a/common/js/xml_handler.js +++ b/common/js/xml_handler.js @@ -263,10 +263,10 @@ $.exec_xml = window.exec_xml = function(module, act, params, callback_func, resp if(ret['error'] != 0) { if ($.isFunction($.exec_xml.onerror)) { return $.exec_xml.onerror(module, act, ret, callback_func, response_tags, callback_func_arg, fo_obj); - } else { - alert(ret['message'] || 'error!'); - return null; } + + alert(ret['message'] || 'error!'); + return null; } if(ret['redirect_url']) {