diff --git a/administrator/components/com_installer/tmpl/update/default.php b/administrator/components/com_installer/tmpl/update/default.php index 499bd37a2b325..d75f2f19dff67 100644 --- a/administrator/components/com_installer/tmpl/update/default.php +++ b/administrator/components/com_installer/tmpl/update/default.php @@ -102,7 +102,7 @@ isMissingDownloadKey): ?> - + 'hover focus']); ?> 'hover focus']); $user = Factory::getApplication()->getIdentity(); $userId = $user->get('id'); diff --git a/layouts/joomla/button/action-button.php b/layouts/joomla/button/action-button.php index a0ab145d10057..9f2ec7547129d 100644 --- a/layouts/joomla/button/action-button.php +++ b/layouts/joomla/button/action-button.php @@ -9,8 +9,6 @@ use Joomla\CMS\HTML\HTMLHelper; -HTMLHelper::_('bootstrap.popover'); - extract($displayData, EXTR_OVERWRITE); /** @@ -31,7 +29,7 @@ if ($tip) { - HTMLHelper::_('bootstrap.popover', '.hasPopover'); + HTMLHelper::_('bootstrap.popover', '.hasPopover', ['trigger' => 'hover focus']); } ?>