Skip to content

Commit 86f1087

Browse files
committed
Revert "Tabs: Remove display property on hidden panels instead of setting display:block. Surfaced by domEqual now checking for style property (see d687a1b)."
This reverts commit b9068c1.
1 parent da240d9 commit 86f1087

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ui/jquery.ui.tabs.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -718,9 +718,7 @@ $.widget( "ui.tabs", {
718718
}
719719
});
720720

721-
this.panels.css({
722-
display: ""
723-
});
721+
this.panels.show();
724722

725723
if ( this.options.heightStyle !== "content" ) {
726724
this.panels.css( "height", "" );

0 commit comments

Comments
 (0)