mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-30 09:19:28 +00:00
Monotone-Parent: 4ebf80607b2a71f3b2192bd3ba8c310f15bd37f5
Monotone-Revision: e41de0de8677dc8b5262c513742ba24fe69be861 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2007-10-10T19:23:58 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -3,7 +3,7 @@ function onCancelClick(event) {
|
||||
}
|
||||
|
||||
function initACLButtons() {
|
||||
$("cancelButton").addEventListener("click", onCancelClick, false);
|
||||
Event.observe($("cancelButton"), "click", onCancelClick);
|
||||
}
|
||||
|
||||
addEvent(window, "load", initACLButtons);
|
||||
|
||||
Reference in New Issue
Block a user