Skip to content

Commit fe1aba3

Browse files
committed
Accordian: correct height calculated when closed
white space correction
1 parent 4379649 commit fe1aba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/accordion.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ return $.widget( "ui.accordion", {
361361
maxHeight = 0;
362362
this.headers.next()
363363
.each( function() {
364-
var isVisible = $( this ).is ( ":visible" );
364+
var isVisible = $( this ).is( ":visible" );
365365
if ( !isVisible ) {
366366
$( this ).show();
367367
}

0 commit comments

Comments
 (0)