mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
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 b9068c1523
.
This commit is contained in:
parent
da240d9da1
commit
86f1087931
4
ui/jquery.ui.tabs.js
vendored
4
ui/jquery.ui.tabs.js
vendored
@ -718,9 +718,7 @@ $.widget( "ui.tabs", {
|
||||
}
|
||||
});
|
||||
|
||||
this.panels.css({
|
||||
display: ""
|
||||
});
|
||||
this.panels.show();
|
||||
|
||||
if ( this.options.heightStyle !== "content" ) {
|
||||
this.panels.css( "height", "" );
|
||||
|
Loading…
Reference in New Issue
Block a user