diff --git a/administrator/components/com_categories/tmpl/categories/modal.php b/administrator/components/com_categories/tmpl/categories/modal.php index 4344e27b3d8b6..15a0847ca45d6 100644 --- a/administrator/components/com_categories/tmpl/categories/modal.php +++ b/administrator/components/com_categories/tmpl/categories/modal.php @@ -25,7 +25,6 @@ } HTMLHelper::_('behavior.core'); -HTMLHelper::_('bootstrap.popover', '.hasPopover', array('placement' => 'bottom')); $extension = $this->escape($this->state->get('filter.extension')); $function = $app->input->getCmd('function', 'jSelectCategory'); diff --git a/administrator/components/com_contact/tmpl/contacts/modal.php b/administrator/components/com_contact/tmpl/contacts/modal.php index a9c320274b8ee..316542613fda6 100644 --- a/administrator/components/com_contact/tmpl/contacts/modal.php +++ b/administrator/components/com_contact/tmpl/contacts/modal.php @@ -27,7 +27,6 @@ JLoader::register('ContactHelperRoute', JPATH_ROOT . '/components/com_contact/helpers/route.php'); HTMLHelper::_('behavior.core'); -HTMLHelper::_('bootstrap.popover', '.hasPopover', array('placement' => 'bottom')); HTMLHelper::_('script', 'com_contact/admin-contacts-modal.min.js', array('version' => 'auto', 'relative' => true)); $function = $app->input->getCmd('function', 'jSelectContact'); diff --git a/administrator/components/com_content/tmpl/articles/modal.php b/administrator/components/com_content/tmpl/articles/modal.php index 89e136825b2ce..2447d4bc3029b 100644 --- a/administrator/components/com_content/tmpl/articles/modal.php +++ b/administrator/components/com_content/tmpl/articles/modal.php @@ -26,7 +26,6 @@ HTMLHelper::_('behavior.core'); HTMLHelper::_('script', 'com_content/admin-articles-modal.min.js', array('version' => 'auto', 'relative' => true)); -HTMLHelper::_('bootstrap.popover', '.hasPopover', array('placement' => 'bottom')); HTMLHelper::_('behavior.multiselect'); $function = $app->input->getCmd('function', 'jSelectArticle'); diff --git a/administrator/components/com_fields/tmpl/fields/modal.php b/administrator/components/com_fields/tmpl/fields/modal.php index 579fe6f23fa85..a9f6610b29f48 100644 --- a/administrator/components/com_fields/tmpl/fields/modal.php +++ b/administrator/components/com_fields/tmpl/fields/modal.php @@ -21,7 +21,6 @@ } HTMLHelper::_('behavior.core'); -HTMLHelper::_('bootstrap.popover', '.hasPopover', array('placement' => 'bottom')); HTMLHelper::_('script', 'com_fields/admin-fields-modal.js', array('version' => 'auto', 'relative' => true)); $listOrder = $this->escape($this->state->get('list.ordering')); diff --git a/administrator/components/com_menus/tmpl/items/modal.php b/administrator/components/com_menus/tmpl/items/modal.php index 4163eed4f7398..83e86eb6fe6f4 100644 --- a/administrator/components/com_menus/tmpl/items/modal.php +++ b/administrator/components/com_menus/tmpl/items/modal.php @@ -27,7 +27,6 @@ HTMLHelper::_('behavior.core'); HTMLHelper::_('script', 'com_menus/admin-items-modal.min.js', array('version' => 'auto', 'relative' => true)); -HTMLHelper::_('bootstrap.popover', '.hasPopover', array('placement' => 'bottom')); $function = $app->input->get('function', 'jSelectMenuItem', 'cmd'); $editor = $app->input->getCmd('editor', ''); diff --git a/administrator/components/com_modules/tmpl/modules/modal.php b/administrator/components/com_modules/tmpl/modules/modal.php index 5355c0439beb2..15f65e76a1da7 100644 --- a/administrator/components/com_modules/tmpl/modules/modal.php +++ b/administrator/components/com_modules/tmpl/modules/modal.php @@ -23,7 +23,6 @@ // Load needed scripts HTMLHelper::_('behavior.core'); -HTMLHelper::_('bootstrap.popover', '.hasPopover', array('placement' => 'bottom')); // Scripts for the modules xtd-button HTMLHelper::_('script', 'com_modules/admin-modules-modal.min.js', array('version' => 'auto', 'relative' => true)); diff --git a/administrator/components/com_newsfeeds/tmpl/newsfeeds/modal.php b/administrator/components/com_newsfeeds/tmpl/newsfeeds/modal.php index c6eec50de5de0..d8ea9ec514470 100644 --- a/administrator/components/com_newsfeeds/tmpl/newsfeeds/modal.php +++ b/administrator/components/com_newsfeeds/tmpl/newsfeeds/modal.php @@ -19,7 +19,6 @@ JLoader::register('NewsfeedsHelperRoute', JPATH_ROOT . '/components/com_newsfeeds/helpers/route.php'); HTMLHelper::_('behavior.core'); -HTMLHelper::_('bootstrap.popover', '.hasPopover', array('placement' => 'bottom')); $app = Factory::getApplication(); diff --git a/administrator/components/com_users/tmpl/users/modal.php b/administrator/components/com_users/tmpl/users/modal.php index c4fa96b25a58b..299313c321b78 100644 --- a/administrator/components/com_users/tmpl/users/modal.php +++ b/administrator/components/com_users/tmpl/users/modal.php @@ -16,7 +16,6 @@ use Joomla\CMS\Router\Route; HTMLHelper::_('behavior.multiselect'); -HTMLHelper::_('bootstrap.popover', '.hasPopover', array('placement' => 'bottom')); $input = Factory::getApplication()->input; $field = $input->getCmd('field');