Skip to content

Commit

Permalink
Доработки связанные с обновлением widget.js
Browse files Browse the repository at this point in the history
  • Loading branch information
deniart committed Feb 17, 2016
1 parent 8d7e5fb commit cc86fe4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/components/dropdown/js/dropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,8 @@ $.widget( "livestreet.lsDropdown", $.livestreet.lsComponent, {
// if ( focus ) this.elements.toggle.focus();
this._menuFocusedItem = null;
this.elements.menu.attr( 'aria-hidden', true );
this._removeClass( this.elements.toggle, 'open' ).removeData('dropdown-state-hide');
this._removeClass( this.elements.toggle, 'open' )
this.element.removeData('dropdown-state-hide');
this._trigger('afterhide', null, this);
}.bind(this));
},
Expand Down

0 comments on commit cc86fe4

Please sign in to comment.