]> err.no Git - scalable-opengroupware.org/blobdiff - UI/WebServerResources/UIxCalUserRightsEditor.js
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1294 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / UI / WebServerResources / UIxCalUserRightsEditor.js
index 174cf154c56d35cbfdef0274a3dc105697595335..1c739b5ca5534dc2fa2461143e686c90bbf225a9 100644 (file)
@@ -6,4 +6,4 @@ function initACLButtons() {
   Event.observe($("cancelButton"), "click", onCancelClick);
 }
 
-addEvent(window, "load", initACLButtons);
+FastInit.addOnLoad(initACLButtons);