mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-03 00:40:57 +00:00
enable ARIA again
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>
This commit is contained in:
parent
58c180044a
commit
6fb81c1519
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user