Skip to content

Commit 914d19b

Browse files
authored
Update client.es6.js (#45174)
1 parent 645e58f commit 914d19b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/media_source/plg_installer_webinstaller/js/client.es6.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ customElements.whenDefined('joomla-tab').then(() => {
413413
link.click();
414414
}
415415

416-
if (link.hasAttribute('aria-expanded') && link.getAttribute('aria-expanded') === 'true' && !instance) {
416+
if (link.hasAttribute('aria-selected') && link.getAttribute('aria-selected') === 'true' && !instance) {
417417
instance = new WebInstaller();
418418
instance.initialise();
419419
}

0 commit comments

Comments
 (0)