mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2024-12-03 18:38:30 +00:00
Load jQuery explicitly
This commit is contained in:
parent
1bcd291f8c
commit
17e6f3b3a4
@ -20,6 +20,9 @@ else
|
|||||||
JHtml::_('behavior.framework', true);
|
JHtml::_('behavior.framework', true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Load jQuery
|
||||||
|
JHtml::_('jquery.framework');
|
||||||
|
|
||||||
JHtml::stylesheet('media/com_jedchecker/css/style.min.css');
|
JHtml::stylesheet('media/com_jedchecker/css/style.min.css');
|
||||||
|
|
||||||
$document = JFactory::getDocument();
|
$document = JFactory::getDocument();
|
||||||
|
Loading…
Reference in New Issue
Block a user