Skip to content

Commit 9a6a017

Browse files
author
Thomas Hunziker
committed
Merge pull request #5336 from Kubik-Rubik/com_finder-ordering-js-files
Smart Search - Corrects the ordering of loaded JS files ...
2 parents 9f06f58 + ea272e5 commit 9a6a017

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

administrator/components/com_finder/views/indexer/view.html.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,9 @@ class FinderViewIndexer extends JViewLegacy
2727
*/
2828
public function display($tpl = null)
2929
{
30-
JHtml::_('behavior.framework');
3130
JHtml::_('stylesheet', 'com_finder/indexer.css', false, true, false);
32-
JHtml::_('script', 'com_finder/indexer.js', false, true);
3331
JHtml::_('jquery.framework');
32+
JHtml::_('script', 'com_finder/indexer.js', false, true);
3433
JHtml::_('script', 'system/progressbar.js', true, true);
3534

3635
parent::display();

0 commit comments

Comments
 (0)