mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-02-04 21:25:47 -05:00
accordion: fix for #3896
This commit is contained in:
@@ -356,7 +356,7 @@ $.widget("ui.accordion", {
|
||||
if (this.running) return;
|
||||
|
||||
if (o.clearStyle) {
|
||||
o.toShow.add(o.toHide).css({
|
||||
this.toShow.add(this.toHide).css({
|
||||
height: "",
|
||||
overflow: ""
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user