Monotone-Parent: 2d4d28c2707f8354d18f72b73ca8f02e475d3cfb

Monotone-Revision: a4c9cd2589743e62f753935bba32b3bcc889f831

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-04-24T22:34:04
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-04-24 22:34:04 +00:00
parent 6440d30f41
commit 82859a5a66
6 changed files with 156 additions and 6 deletions
@@ -0,0 +1,9 @@
function onCancelClick(event) {
window.close();
}
function initACLButtons() {
$("cancelButton").addEventListener("click", onCancelClick, false);
}
window.addEventListener("load", initACLButtons, false);