mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-29 18:12:44 +00:00
Monotone-Parent: b3afbde30d88c6ea366307b2bb45202fe90bd36f
Monotone-Revision: f3553f7157471c92e062fbcc05707ec8f12c2df5 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2008-09-29T14:36:18 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -437,12 +437,6 @@ function performSearchCallback(http) {
|
||||
list.appendChild(node);
|
||||
node.uid = contact["c_uid"];
|
||||
node.appendChild(document.createTextNode(completeEmail));
|
||||
log($H(contact).inspect() + "");
|
||||
if (contact["contactInfo"]) {
|
||||
var info = new Element('span').update(contact['contactInfo']);
|
||||
node.appendChild(info);
|
||||
log ("info = " + contact['contactInfo']);
|
||||
}
|
||||
$(node).observe("mousedown", onAddressResultClick);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user