Monotone-Parent: 9363573a36f148bed13880066b8e7fd3d82bf591

Monotone-Revision: 8a6c86f0b6ea39b43099b9e00ba79feb7cd28c9a

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-03-12T16:03:26
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau 2010-03-12 16:03:26 +00:00
parent 5cdefc8a8b
commit 7c1dc619b0

View file

@ -40,7 +40,7 @@ PasswordPolicy.prototype = {
password: this.password,
newPassword: newPassword });
var urlParts = ApplicationBaseURL.split("/");
var url = urlParts[1] + "/so/changePassword";
var url = "/" + urlParts[1] + "/so/changePassword";
triggerAjaxRequest(url, _passwordPolicyAjaxCallback, this,
content, {"content-type": "application/json"} );
},