Skip to content

Commit 2c09fb0

Browse files
authored
Tab selector fixed (#35469)
"Show full description ... " link wasn't clickable.
1 parent c70520d commit 2c09fb0

File tree

1 file changed

+1
-1
lines changed
  • administrator/components/com_plugins/tmpl/plugin

1 file changed

+1
-1
lines changed

administrator/components/com_plugins/tmpl/plugin/edit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
<p><?php echo $short_description; ?></p>
8686
<?php if ($long_description) : ?>
8787
<p class="readmore">
88-
<a href="#" onclick="document.querySelector('#tab-description').click();">
88+
<a href="#" onclick="document.querySelector('[aria-controls=description]').click();">
8989
<?php echo Text::_('JGLOBAL_SHOW_FULL_DESCRIPTION'); ?>
9090
</a>
9191
</p>

0 commit comments

Comments
 (0)