mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-23 12:25:23 +00:00
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:
@@ -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"} );
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user