diff --git a/src/Utils.js b/src/Utils.js index d80d703..7710e39 100644 --- a/src/Utils.js +++ b/src/Utils.js @@ -5,13 +5,6 @@ if (!Ext.isDefined(Proxmox.Setup.auth_cookie_name)) { throw "Proxmox library not initialized"; } -// avoid errors related to Accessible Rich Internet Applications -// (access for people with disabilities) -// TODO reenable after all components are upgraded -Ext.enableAria = false; -Ext.enableAriaButtons = false; -Ext.enableAriaPanels = false; - // avoid errors when running without development tools if (!Ext.isDefined(Ext.global.console)) { let console = {