Monotone-Parent: 3ebb6d8ed27fdb6ba4b35f0bfcdbc625fd8620b2

Monotone-Revision: 939efb8fd6244aa67aa4ca8fea58835975b430fa

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2007-09-21T14:20:10
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2007-09-21 14:20:10 +00:00
parent bb4d573291
commit 6f23d805c7
2 changed files with 2 additions and 2 deletions

View File

@@ -6,4 +6,4 @@ function initACLButtons() {
$("cancelButton").addEventListener("click", onCancelClick, false);
}
window.addEventListener("load", initACLButtons, false);
addEvent(window, "load", initACLButtons);