]> git.proxmox.com Git - proxmox-widget-toolkit.git/commitdiff
enable ARIA again
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 9 Nov 2020 06:56:34 +0000 (07:56 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 9 Nov 2020 06:56:42 +0000 (07:56 +0100)
we have everything updated to ExtJS 6.x since quite a bit, and some
quick checks on various components did not show any error - lets
enable this again.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/Utils.js

index d80d7036336e031ca6bd6c87b22025682b1f3b8a..7710e39d084f78237ef344af618dc277084a687c 100644 (file)
@@ -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 = {