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:
Scott González 2012-12-04 09:20:56 -05:00
parent da240d9da1
commit 86f1087931

View File

@ -718,9 +718,7 @@ $.widget( "ui.tabs", {
}
});
this.panels.css({
display: ""
});
this.panels.show();
if ( this.options.heightStyle !== "content" ) {
this.panels.css( "height", "" );