mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-23 20:32:14 +09:00
#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
This commit is contained in:
parent
f9e9499398
commit
e4e64097f2
1 changed files with 2 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue