From e4e64097f20864bc2083e1c95c5b2a0401527ffa Mon Sep 17 00:00:00 2001 From: haneul Date: Thu, 22 Apr 2010 02:59:13 +0000 Subject: [PATCH] #18851012 : fixed openid problem (add direct_url, act for default tags) git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7380 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- common/js/xml_handler.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/js/xml_handler.js b/common/js/xml_handler.js index 2804ec731..21cd6d0bf 100644 --- a/common/js/xml_handler.js +++ b/common/js/xml_handler.js @@ -256,6 +256,8 @@ $.exec_xml = window.exec_xml = function(module, act, params, callback_func, resp } $.each(response_tags, function(key, val){ tags[val] = true; }); + tags["redirect_url"] = true; + tags["act"] = true; $.each(resp_obj, function(key, val){ if(tags[key]) ret[key] = val; }); if(ret['error'] != 0) {