mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 07:12:15 +09:00
SSL 인증 후 초기 페이지로 이동하는 오류 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6777 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e43991462e
commit
58aa931344
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
|||
query_string.replace(/([^=]+)=([^&]*)(&|$)/g, function() { args[arguments[1]] = arguments[2]; });
|
||||
|
||||
url = unescape(args['redirect_url']);
|
||||
if(typeof(q)=="undefined" || !q) url = "../../";
|
||||
if(typeof(url)=="undefined" || !url) url = "../../";
|
||||
}
|
||||
if(typeof(opener)!='undefined' && opener) {
|
||||
opener.location.href = url;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue