31
2
mirror of https://github.com/joomla-extensions/jedchecker.git synced 2024-05-30 04:10:47 +00:00

Update default.php

This commit is contained in:
Dimitris Grammatikogiannis 2022-01-15 17:06:50 +01:00 committed by GitHub
parent ed9f99db64
commit 269e042321
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,9 +11,6 @@
defined('_JEXEC') or die('Restricted access');
// Load jQuery
JHtml::_('jquery.framework');
// Load Bootstrap
if (version_compare(JVERSION, '4.0', '>='))
{
@ -25,6 +22,9 @@ if (version_compare(JVERSION, '4.0', '>='))
}
else
{
// Load jQuery
JHtml::_('jquery.framework');
JHtml::_('stylesheet', 'com_jedchecker/j4-style.css', array('version' => 'auto', 'relative' => true));
JHtml::_('script', 'com_jedchecker/bootstrap.bundle.min.js', array('version' => 'auto', 'relative' => true), array('defer' => true));
}