Monotone-Parent: 47f2ef63b4830f25565ec83af93214cd6bf320e7

Monotone-Revision: 766baf56d74d898b08d6a686cdd909e3825d8e2f

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-11-03T14:26:32
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
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

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