Monotone-Parent: dd5e6b20e9e1ea81e79dfae72ba128a3b39787b0

Monotone-Revision: 66cb288cba7bdd7b9537c1a8dc18987f2e0571f9

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-10-03T16:25:12
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-10-03 16:25:12 +00:00
parent 89ee22a38b
commit 66a6501acd

View File

@@ -903,8 +903,11 @@ function onContactAdd(node)
selectorUrl = ("?selectorId="
+ node.parentNode.parentNode.getAttribute("id"));
urlstr = (ApplicationBaseURL + "/../../" + UserLogin + "/Contacts/"
+ contactSelectorAction + selectorUrl);
urlstr = ApplicationBaseURL;
if (urlstr[urlstr.length-1] != '/')
urlstr += '/';
urlstr += ("../../" + UserLogin + "/Contacts/"
+ contactSelectorAction + selectorUrl);
log (urlstr);
var w = window.open(urlstr, "Addressbook",
"width=640,height=400,resizable=1,scrollbars=1,toolbar=0,"