From e3f661afec828e0b498e3175b128c3b2fa334803 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Fri, 21 Sep 2007 14:22:04 +0000 Subject: [PATCH] Monotone-Parent: 939efb8fd6244aa67aa4ca8fea58835975b430fa Monotone-Revision: 8c71c2f6c15c42ccc96502db7a2872d682131749 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2007-09-21T14:22:04 Monotone-Branch: ca.inverse.sogo --- UI/WebServerResources/UIxContactsUserRightsEditor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/WebServerResources/UIxContactsUserRightsEditor.js b/UI/WebServerResources/UIxContactsUserRightsEditor.js index 71fe311f7..6ef7e2fd6 100644 --- a/UI/WebServerResources/UIxContactsUserRightsEditor.js +++ b/UI/WebServerResources/UIxContactsUserRightsEditor.js @@ -6,4 +6,4 @@ function initACLButtons() { $("cancelButton").addEventListener("click", onCancelClick, false); } -window.addEventListener("load", initACLButtons, false); +addEvent(window, "load", initACLButtons);