mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-11 08:18:52 +00:00
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:
@@ -903,8 +903,11 @@ function onContactAdd(node)
|
|||||||
selectorUrl = ("?selectorId="
|
selectorUrl = ("?selectorId="
|
||||||
+ node.parentNode.parentNode.getAttribute("id"));
|
+ node.parentNode.parentNode.getAttribute("id"));
|
||||||
|
|
||||||
urlstr = (ApplicationBaseURL + "/../../" + UserLogin + "/Contacts/"
|
urlstr = ApplicationBaseURL;
|
||||||
+ contactSelectorAction + selectorUrl);
|
if (urlstr[urlstr.length-1] != '/')
|
||||||
|
urlstr += '/';
|
||||||
|
urlstr += ("../../" + UserLogin + "/Contacts/"
|
||||||
|
+ contactSelectorAction + selectorUrl);
|
||||||
log (urlstr);
|
log (urlstr);
|
||||||
var w = window.open(urlstr, "Addressbook",
|
var w = window.open(urlstr, "Addressbook",
|
||||||
"width=640,height=400,resizable=1,scrollbars=1,toolbar=0,"
|
"width=640,height=400,resizable=1,scrollbars=1,toolbar=0,"
|
||||||
|
|||||||
Reference in New Issue
Block a user