Skip to content

Commit

Permalink
Fix sorting form field being broken (sigh)
Browse files Browse the repository at this point in the history
All done now though :D yay
  • Loading branch information
wilsonge committed Sep 13, 2013
1 parent b57c4c9 commit 9a8e73d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mod_social_slider/fields/sorting.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ protected function getInput()
if (!JFactory::getApplication()->get('jquery'))
{
JFactory::getApplication()->set('jquery', true);
JHtml::_('script', 'mod_social_slider/js/jquery.js', false, true);
JHtml::_('script', 'mod_social_slider/jquery.js', false, true);
}
}

// Next insert the jQuery plugin
JHtml::_('script', 'mod_social_slider/js/jquery-sortable.js', false, true);
JHtml::_('script', 'mod_social_slider/jquery-sortable.js', false, true);

// Now initialize the plugin
$document->addScriptDeclaration('
Expand Down

0 comments on commit 9a8e73d

Please sign in to comment.