Changeset 31118
- Timestamp:
- 01/10/2015 01:32:00 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/js/editor-expand.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/editor-expand.js
r30977 r31118 381 381 } ); 382 382 383 $statusBar.add( $bottom ).attr( 'style', '' ); 383 $statusBar.attr( 'style', advanced ? '' : 'visibility: hidden;' ); 384 $bottom.attr( 'style', '' ); 384 385 } 385 386 } else { … … 490 491 fixedBottom = false; 491 492 492 $statusBar.add( $bottom ).attr( 'style', '' ); 493 494 if ( ! advanced ) { 495 $statusBar.css( 'visibility', 'hidden' ); 496 } 493 $statusBar.attr( 'style', advanced ? '' : 'visibility: hidden;' ); 494 $bottom.attr( 'style', '' ); 497 495 } 498 496 }
Note: See TracChangeset
for help on using the changeset viewer.