Add missing semicolons after [40646].
See #40453. git-svn-id: https://develop.svn.wordpress.org/trunk@40648 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ead4097f11
commit
2156223d50
|
@ -995,8 +995,8 @@ $document.ready( function() {
|
|||
// Toggle the progress div visibility.
|
||||
$progressDiv.toggle();
|
||||
// Toggle the Show Details button expanded state.
|
||||
$( this ).attr( 'aria-expanded', $progressDiv.is( ':visible' ) )
|
||||
})
|
||||
$( this ).attr( 'aria-expanded', $progressDiv.is( ':visible' ) );
|
||||
});
|
||||
});
|
||||
|
||||
// Fire a custom jQuery event at the end of window resize
|
||||
|
|
Loading…
Reference in New Issue