File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -133,13 +133,13 @@ $.widget( "ui.menubar", {
133
133
input . addClass ( "ui-state-default" ) . append ( "<span class='ui-button-icon-secondary ui-icon ui-icon-triangle-1-s'></span>" ) ;
134
134
input . removeClass ( "ui-button-text-only" ) . addClass ( "ui-button-text-icon-secondary" ) ;
135
135
}
136
- } else {
137
- input . bind ( "click.menubar mouseenter.menubar" , function ( event ) {
138
- if ( ( that . open && event . type === "mouseenter" ) || event . type === "click" ) {
139
- that . _close ( ) ;
140
- }
141
- } ) ;
142
- }
136
+ } else {
137
+ input . bind ( "click.menubar mouseenter.menubar" , function ( event ) {
138
+ if ( ( that . open && event . type === "mouseenter" ) || event . type === "click" ) {
139
+ that . _close ( ) ;
140
+ }
141
+ } ) ;
142
+ }
143
143
144
144
input
145
145
. addClass ( "ui-button ui-widget ui-button-text-only ui-menubar-link" )
You can’t perform that action at this time.
0 commit comments