mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 11:55:24 +00:00
Monotone-Parent: d57385e5e0cf1d1b6dd18882212fa4b71679db3c
Monotone-Revision: 0653c8c5e81c2a2dd5096e25700dc8810e330dfa Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-04-27T22:05:17 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