코드 정리

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7385 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
taggon 2010-04-23 07:59:43 +00:00
parent 871e61ea2c
commit 9a54d1b539

View file

@ -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']) {