Skip to content

Commit 9f59d01

Browse files
committed
Tabs: Remove aria-controls attribute during destroy
1 parent 5c96d81 commit 9f59d01

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ui/jquery.ui.tabs.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,8 @@ $.widget( "ui.tabs", {
488488
"ui-tabs-panel",
489489
"ui-widget-content",
490490
"ui-corner-bottom"
491-
].join( " " ) );
491+
].join( " " ) )
492+
.removeAttr( "aria-controls" );
492493
}
493494
});
494495

0 commit comments

Comments
 (0)