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

Load jQuery explicitly

This commit is contained in:
Denis Ryabov 2021-03-17 18:44:19 +03:00
parent 1bcd291f8c
commit 17e6f3b3a4

View File

@ -20,6 +20,9 @@ else
JHtml::_('behavior.framework', true);
}
// Load jQuery
JHtml::_('jquery.framework');
JHtml::stylesheet('media/com_jedchecker/css/style.min.css');
$document = JFactory::getDocument();