Skip to content

Commit

Permalink
Merge pull request #36683 from dgrammatiko/patch-13
Browse files Browse the repository at this point in the history
[4.0] Module "Show full description ..." Link doesn't work
  • Loading branch information
bembelimen committed Jan 21, 2022
2 parents 3569bc1 + 1401aaf commit d332afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion administrator/components/com_modules/tmpl/module/edit.php
Expand Up @@ -107,7 +107,7 @@
<p><?php echo $short_description; ?></p>
<?php if ($long_description) : ?>
<p class="readmore">
<a href="#" onclick="document.querySelector('#tab-description').click();">
<a href="#" onclick="document.getElementById('myTab').activateTab(document.getElementById('description'));">
<?php echo Text::_('JGLOBAL_SHOW_FULL_DESCRIPTION'); ?>
</a>
</p>
Expand Down

0 comments on commit d332afe

Please sign in to comment.