We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 645e58f commit 914d19bCopy full SHA for 914d19b
build/media_source/plg_installer_webinstaller/js/client.es6.js
@@ -413,7 +413,7 @@ customElements.whenDefined('joomla-tab').then(() => {
413
link.click();
414
}
415
416
- if (link.hasAttribute('aria-expanded') && link.getAttribute('aria-expanded') === 'true' && !instance) {
+ if (link.hasAttribute('aria-selected') && link.getAttribute('aria-selected') === 'true' && !instance) {
417
instance = new WebInstaller();
418
instance.initialise();
419
0 commit comments