From 6fe6f03bd84439be7dbeefb01d3459dba64a0d4d Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 3 Oct 2006 16:21:12 +0000 Subject: [PATCH] Monotone-Parent: 223b824cc57f0722ab6922a3c8363bff6d1a1ef6 Monotone-Revision: c5930bf92c020da0372de16968ab01fdb1441b7f Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-10-03T16:21:12 Monotone-Branch: ca.inverse.sogo --- UI/WebServerResources/generic.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/UI/WebServerResources/generic.js b/UI/WebServerResources/generic.js index bf51cb699..010436986 100644 --- a/UI/WebServerResources/generic.js +++ b/UI/WebServerResources/generic.js @@ -903,8 +903,9 @@ function onContactAdd(node) selectorUrl = ("?selectorId=" + node.parentNode.parentNode.getAttribute("id")); - urlstr = (ApplicationBaseURL + "../../" + UserLogin + "/Contacts/" + urlstr = (ApplicationBaseURL + "/../../" + UserLogin + "/Contacts/" + contactSelectorAction + selectorUrl); + log (urlstr); var w = window.open(urlstr, "Addressbook", "width=640,height=400,resizable=1,scrollbars=1,toolbar=0," + "location=0,directories=0,status=0,menubar=0,copyhistory=0");