31
2
mirror of https://github.com/joomla-extensions/jedchecker.git synced 2024-05-28 19:30:48 +00:00

Remove jQuery

This commit is contained in:
Dimitris Grammatikogiannis 2022-01-16 13:42:19 +01:00 committed by GitHub
parent 07bd714cf1
commit 96daa418c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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));