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:
Francis Lachapelle
2008-09-29 14:36:18 +00:00
parent 133259425a
commit e69d7b4125
3 changed files with 1 additions and 28 deletions

View File

@@ -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);
}