Monotone-Parent: 54c85a5614fa048abcccf4fa8fca5d26070fe53f

Monotone-Revision: aff338d65b5e579727f2177355e636b8689e074d

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-10-18T21:53:47
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-10-18 21:53:47 +00:00
parent df35bb01fd
commit b21593277d
7 changed files with 88 additions and 48 deletions
+4 -2
View File
@@ -892,10 +892,12 @@ function initCriteria()
function onContactAdd(node)
{
var selector = node.parentNode.parentNode;
var selector = null;
var selectorUrl = '?popup=YES';
if (node)
if (node) {
selector = node.parentNode.parentNode;
selectorUrl += ("&selectorId=" + selector.getAttribute("id"));
}
urlstr = ApplicationBaseURL;
if (urlstr[urlstr.length-1] != '/')