diff --git src/wp-content/themes/twentythirteen/js/theme-customizer.js src/wp-content/themes/twentythirteen/js/theme-customizer.js
index 640db0f..788716e 100644
|
|
|
21 | 21 | wp.customize( 'header_textcolor', function( value ) { |
22 | 22 | value.bind( function( to ) { |
23 | 23 | if ( 'blank' == to ) { |
24 | | if ( 'remove-header' == _wpCustomizeSettings.values.header_image ) |
| 24 | if ( 'remove-header' == wp.customize.instance( 'header_image' ).get() ) { |
25 | 25 | $( '.home-link' ).css( 'min-height', '0' ); |
| 26 | } |
26 | 27 | $( '.site-title, .site-description' ).css( { |
27 | 28 | 'clip': 'rect(1px, 1px, 1px, 1px)', |
28 | 29 | 'position': 'absolute' |