diff -r 490d5cc509ed -r cf61fcea0001 wp/wp-content/themes/twentysixteen/js/customize-preview.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/wp/wp-content/themes/twentysixteen/js/customize-preview.js Mon Oct 14 17:39:30 2019 +0200 @@ -0,0 +1,41 @@ +/** + * Live-update changed settings in real time in the Customizer preview. + */ + +( function( $ ) { + var style = $( '#twentysixteen-color-scheme-css' ), + api = wp.customize; + + if ( ! style.length ) { + style = $( 'head' ).append( '