sogo/UI/WebServerResources/UIxMailUserRightsEditor.js
Wolfgang Sourdeau 8dcf0ccdda Monotone-Parent: a78d6ed51e306c9a87f169ff94e474e163a7f950
Monotone-Revision: cd6b48160bf1726c83d930229f9f628df1f1192c

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-05-19T00:29:50
Monotone-Branch: ca.inverse.sogo
2007-05-19 00:29:50 +00:00

10 lines
211 B
JavaScript

function onCancelClick(event) {
window.close();
}
function initACLButtons() {
$("cancelButton").addEventListener("click", onCancelClick, false);
}
window.addEventListener("load", initACLButtons, false);