Skip to content

Commit ea272e5

Browse files
committed
Corrects the ordering of loaded JS files and removes the explicit loading of Mootools (loaded automatically by progressbar.js call)
1 parent 7adf67a commit ea272e5

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)