mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-13 17:28:52 +00:00
Monotone-Parent: 745cbd44946c7043041f13e5fec74b5d72fe71c5
Monotone-Revision: d2bae4e2dc4bfb2a6101a5dcd5cfd0eb00fdd4b1 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2007-11-27T23:17:41 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -3,7 +3,7 @@ function onCancelClick(event) {
|
||||
}
|
||||
|
||||
function initACLButtons() {
|
||||
$("cancelButton").addEventListener("click", onCancelClick, false);
|
||||
$("cancelButton").observe("click", onCancelClick)
|
||||
}
|
||||
|
||||
FastInit.addOnLoad(initACLButtons);
|
||||
|
||||
Reference in New Issue
Block a user