mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 03:45:25 +00:00
Monotone-Parent: 6e1fa9dae975f5a8d923b0d451cd9551b0f14f4c
Monotone-Revision: 8e2c6ddaf3c71a1dafcf70d50888b680e8a2d0db Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-05-17T18:28:52 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -22,6 +22,7 @@ function nodeForUser(userName, userId) {
|
||||
node.setAttribute("id", userId);
|
||||
node.setAttribute("class", "");
|
||||
node.addEventListener("mousedown", listRowMouseDownHandler, true);
|
||||
node.addEventListener("dblclick", onOpenUserRights, false);
|
||||
node.addEventListener("click", onRowClick, true);
|
||||
|
||||
var image = document.createElement("img");
|
||||
|
||||
Reference in New Issue
Block a user