mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-29 23:25:27 +00:00
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:
@@ -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] != '/')
|
||||
|
||||
Reference in New Issue
Block a user