mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-05 05:18:51 +00:00
Monotone-Parent: 223b824cc57f0722ab6922a3c8363bff6d1a1ef6
Monotone-Revision: c5930bf92c020da0372de16968ab01fdb1441b7f Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-10-03T16:21:12 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user