/** * Live-update changed settings in real time in the Customizer preview. */ ( function( $ ) { var customize = wp.customize; $( document.body ).on( 'click', '.customizer-edit', function(){ customize.preview.send( 'preview-edit', $( this ).data( 'control' ) ); }); /* ////////// end */ var style = $( '#boatseller-color-scheme-css' ), api = wp.customize; if ( ! style.length ) { style = $( 'head' ).append( '