Changeset 22168
- Timestamp:
- 10/10/2012 08:47:07 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentytwelve/js/theme-customizer.js
r22059 r22168 22 22 wp.customize( 'background_color', function( value ) { 23 23 value.bind( function( to ) { 24 if ( '#ffffff' == to || '#fff' == to || '' == to)24 if ( '#ffffff' == to || '#fff' == to ) 25 25 $( 'body' ).addClass( 'custom-background-white' ); 26 26 else if ( '' == to )
Note: See TracChangeset
for help on using the changeset viewer.