mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-12 06:55:26 +00:00
NEWS
Monotone-Parent: c465e35fc5f42324c08780dae83f7d225dca6e6a Monotone-Revision: b3afbde30d88c6ea366307b2bb45202fe90bd36f Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2008-09-26T21:08:26 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -437,6 +437,12 @@ 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