mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2024-12-29 04:42:36 +00:00
Remove jQuery
This commit is contained in:
parent
07bd714cf1
commit
96daa418c6
@ -22,8 +22,6 @@ 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