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 c70520d commit 2c09fb0Copy full SHA for 2c09fb0
administrator/components/com_plugins/tmpl/plugin/edit.php
@@ -85,7 +85,7 @@
85
<p><?php echo $short_description; ?></p>
86
<?php if ($long_description) : ?>
87
<p class="readmore">
88
- <a href="#" onclick="document.querySelector('#tab-description').click();">
+ <a href="#" onclick="document.querySelector('[aria-controls=description]').click();">
89
<?php echo Text::_('JGLOBAL_SHOW_FULL_DESCRIPTION'); ?>
90
</a>
91
</p>
0 commit comments