Monotone-Parent: 745cbd44946c7043041f13e5fec74b5d72fe71c5

Monotone-Revision: d2bae4e2dc4bfb2a6101a5dcd5cfd0eb00fdd4b1

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2007-11-27T23:17:41
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2007-11-27 23:17:41 +00:00
parent ea7cc376ba
commit a786823ab0

View File

@@ -3,7 +3,7 @@ function onCancelClick(event) {
}
function initACLButtons() {
$("cancelButton").addEventListener("click", onCancelClick, false);
$("cancelButton").observe("click", onCancelClick)
}
FastInit.addOnLoad(initACLButtons);