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:
Francis Lachapelle
2008-09-26 21:08:26 +00:00
parent 9edd16c0f4
commit 133259425a
19 changed files with 70 additions and 45 deletions
+6
View File
@@ -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);
}