We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eda0526 commit e2bbe04Copy full SHA for e2bbe04
ui/jquery.ui.tabs.js
@@ -702,16 +702,8 @@ $.widget( "ui.tabs", {
702
$( this ).remove();
703
} else {
704
$( this )
705
- .removeClass([
706
- "ui-state-default",
707
- "ui-corner-top",
708
- "ui-tabs-active",
709
- "ui-state-active",
710
- "ui-state-disabled",
711
- "ui-tabs-panel",
712
- "ui-widget-content",
713
- "ui-corner-bottom"
714
- ].join( " " ) )
+ .removeClass( "ui-state-default ui-state-active ui-state-disabled " +
+ "ui-corner-top ui-corner-bottom ui-widget-content ui-tabs-active ui-tabs-panel" )
715
.removeAttr( "tabIndex" )
716
.removeAttr( "aria-live" )
717
.removeAttr( "aria-busy" )
0 commit comments