Monotone-Parent: ab64e7a2a001d712b867322558be1f8685e0ab71

Monotone-Revision: e0564634e8571037621dc89216d24f21a0a14505

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-10-30T23:32:25
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-10-30 23:32:25 +00:00
parent a55da84f79
commit 05fc14d85a
+2 -2
View File
@@ -824,7 +824,7 @@ function checkSearchValue(event)
function onSearchChange()
{
log ("changed...");
log ("onSearchChange()...");
}
function onSearchMouseDown(event, searchValue)
@@ -909,7 +909,7 @@ function onContactAdd(node)
urlstr += '/';
urlstr += ("../../" + UserLogin + "/Contacts/"
+ contactSelectorAction + selectorUrl);
log (urlstr);
// log (urlstr);
var w = window.open(urlstr, "Addressbook",
"width=640,height=400,resizable=1,scrollbars=0");
w.selector = selector;