Changeset 26591
- Timestamp:
- 12/03/2013 09:12:57 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/js/customizer.js
r26573 r26591 19 19 wp.customize( 'header_textcolor', function( value ) { 20 20 value.bind( function( to ) { 21 if ( 'blank' == to ) {21 if ( 'blank' === to ) { 22 22 $( '.site-title a, .site-description' ).css( { 23 23 'clip': 'rect(1px, 1px, 1px, 1px)', … … 31 31 32 32 $( '.site-title a' ).css( { 33 'color': to ,33 'color': to 34 34 } ); 35 35 }
Note: See TracChangeset
for help on using the changeset viewer.