Skip to content

Commit

Permalink
FIX Replacement for deprecated JQuery function activate
Browse files Browse the repository at this point in the history
  • Loading branch information
sabina-talipova committed Mar 15, 2023
1 parent 42c0ce4 commit 0021f6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/dist/js/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/src/legacy/LeftAndMain.EditForm.js
Expand Up @@ -421,7 +421,7 @@ $.entwine('ss', function($){

//Reopen toggle fields
if(toggleComposite.length > 0){
toggleComposite.accordion('activate', toggleComposite.find('.ui-accordion-header'));
toggleComposite.accordion('option', 'active', toggleComposite.find('.ui-accordion-header'));
}

//Calculate position for scroll
Expand Down

0 comments on commit 0021f6f

Please sign in to comment.