From 7c1dc619b0ec74799256a2567f0a179a4e726119 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 12 Mar 2010 16:03:26 +0000 Subject: [PATCH] Monotone-Parent: 9363573a36f148bed13880066b8e7fd3d82bf591 Monotone-Revision: 8a6c86f0b6ea39b43099b9e00ba79feb7cd28c9a Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-03-12T16:03:26 Monotone-Branch: ca.inverse.sogo --- UI/WebServerResources/PasswordPolicy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/WebServerResources/PasswordPolicy.js b/UI/WebServerResources/PasswordPolicy.js index 2bed50e0a..089e15725 100644 --- a/UI/WebServerResources/PasswordPolicy.js +++ b/UI/WebServerResources/PasswordPolicy.js @@ -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"} ); },