SSL 인증 후 초기 페이지로 이동하는 오류 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6777 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-09-08 08:35:03 +00:00
parent e43991462e
commit 58aa931344

View file

@ -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;