sogo/UI/WebServerResources/UIxContactsUserRightsEditor.js
Francis Lachapelle e3f661afec Monotone-Parent: 939efb8fd6244aa67aa4ca8fea58835975b430fa
Monotone-Revision: 8c71c2f6c15c42ccc96502db7a2872d682131749

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2007-09-21T14:22:04
Monotone-Branch: ca.inverse.sogo
2007-09-21 14:22:04 +00:00

10 lines
197 B
JavaScript

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