diff --git a/src/wp-content/themes/twentyfifteen/js/customize-preview.js b/src/wp-content/themes/twentyfifteen/js/customize-preview.js index 7bfbf5d6bc..bce815f1c3 100644 --- a/src/wp-content/themes/twentyfifteen/js/customize-preview.js +++ b/src/wp-content/themes/twentyfifteen/js/customize-preview.js @@ -3,15 +3,30 @@ */ ( function( $ ) { + var $style = $( '#twentyfifteen-color-scheme-css' ); + + if ( ! $style.length ) { + $style = $( 'head' ).append( '