mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2024-12-29 04:42:36 +00:00
Update default.php
This commit is contained in:
parent
ed9f99db64
commit
269e042321
@ -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));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user