mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2024-12-02 18:08:21 +00:00
Load jQuery explicitly
This commit is contained in:
parent
1bcd291f8c
commit
17e6f3b3a4
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user