Skip to content

Commit

Permalink
#3149 - Sorting for adv search more - fix
Browse files Browse the repository at this point in the history
  • Loading branch information
romanlesnikov committed Jan 6, 2022
1 parent 3598bb7 commit a6838a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ protected function _addJsCss()
{
parent::_addJsCss();
$this->_oTemplate->addCss(array('menu.css'));
$this->_oTemplate->addJs(array('jquery.form.min.js', 'forms_search_fields.js'));
$this->_oTemplate->addJs(array('jquery.form.min.js', 'forms_sortable_fields.js'));

$oForm = new BxTemplStudioFormView(array());
$oForm->addCssJs();
Expand Down

0 comments on commit a6838a2

Please sign in to comment.