Monotone-Parent: 47f2ef63b4830f25565ec83af93214cd6bf320e7

Monotone-Revision: 766baf56d74d898b08d6a686cdd909e3825d8e2f

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-11-03T14:26:32
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2010-11-03 14:26:32 +00:00
parent 1855b78d88
commit 10833ce7d1
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2010-11-03 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* UI/WebServerResources/generic.js: (onCASRecoverIFrameLoaded):
go back to the user's page instead of the logoff page.
2010-11-02 Ludovic Marcotte <lmarcotte@inverse.ca>
* Implemented http://sogo.nu/bugs/view.php?id=821

View File

@ -270,8 +270,7 @@ function onCASRecoverIFrameLoaded(event) {
1);
}
else {
var logoffUrl = UserFolderURL + "logoff";
window.location.href = logoffUrl;
window.location.href = UserFolderURL;
}
this.request = null;
}