mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-24 12:55:24 +00:00
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:
@@ -0,0 +1,9 @@
|
||||
function onCancelClick(event) {
|
||||
window.close();
|
||||
}
|
||||
|
||||
function initACLButtons() {
|
||||
$("cancelButton").addEventListener("click", onCancelClick, false);
|
||||
}
|
||||
|
||||
window.addEventListener("load", initACLButtons, false);
|
||||
Reference in New Issue
Block a user