|
|
@@ -85,7 +85,6 @@
|
|
|
}
|
|
|
var redirect = uri.getData("redirect");
|
|
|
redirect = redirect + "&uniqueId=" + uniqueId + "&flushPortalUrl="+flushPortalUrl;
|
|
|
- window.open( redirect, "_new");
|
|
|
if (xtoken){
|
|
|
var res = new Request.JSON({
|
|
|
url: o2.filterUrl(address+"?SMAP_SESSION_DATA="+encodeURIComponent(xtoken)+"&appID="+appID+"&date="+(new Date()).getTime()),
|
|
|
@@ -97,7 +96,7 @@
|
|
|
var result = responseJSON.data.value;
|
|
|
if(result){
|
|
|
if (redirect){
|
|
|
- window.location = redirect;
|
|
|
+ window.location = redirect;
|
|
|
}else{
|
|
|
window.location = "/";
|
|
|
}
|