mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-19 02:15:36 +00:00
Monotone-Parent: 99678ac51fdef1047f37db7c25c8664b99b53d4b
Monotone-Revision: b7e8268331bf846357e66b902057c9c780079bec Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2007-11-20T14:34:11 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -94,7 +94,7 @@ function updateResults(http) {
|
||||
var completeEmail = contact["name"] + " <" + contact["email"] + ">";
|
||||
var node = document.createElement("li");
|
||||
list.appendChild(node);
|
||||
node.uid = contact["uid"];
|
||||
node.setAttribute("uid", contact["uid"]);
|
||||
node.appendChild(document.createTextNode(completeEmail));
|
||||
$(node).observe("mousedown", onAttendeeResultClick);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user