mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-06 00:45:09 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user