Skip to content

Commit

Permalink
applying the 4.1.7 fix : beta logoutURL + correction for folder view/…
Browse files Browse the repository at this point in the history
…click
  • Loading branch information
jeroen1956 authored Nov 27, 2017
1 parent 598de5e commit 710a525
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions components/scripts/hotmail.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/***************************************************************
Live(Hotmail) 4.1.7 fix to vs 3.5.26
***************************************************************/
/***********************************************************
Live(Hotmail)
***********************************************************/
var hostString="hotmail.com";
var supportInboxOnly=true;
var supportShowFolders=true;
Expand Down Expand Up @@ -49,7 +49,7 @@ function checkLogin(aData){
return true;
}else{
if(fnd3)this.viewURL="https://outlook.live.com/mail/";
else this.viewURL="https://outlook.live.com/owa/";
else this.viewURL="https://outlook.live.com/owa/#path=/mail";
this.dataURL=["https://outlook.live.com/owa/sessiondata.ashx?appcacheclient=0","appcacheclient=0"];
this.getHtml(this.dataURL);
return false;
Expand Down Expand Up @@ -196,7 +196,7 @@ if(this.debug)dlog(this.id+"\t"+this.user+"\t"+this.stage,aData);
if(fnd){
this.isNew=2;
this.dataURL=["https://outlook.live.com/owa/sessiondata.ashx?appcacheclient=0","appcacheclient=0"];
this.viewURL="https://outlook.live.com/owa/";
this.viewURL="https://outlook.live.com/owa/#path=/mail";
this.mailHost=this.viewURL;
this.stage=ST_DATA;
break;
Expand Down

0 comments on commit 710a525

Please sign in to comment.