/home/desid573/verdenaturopathy.com.au/site3/wp-content/themes/spa-lite/js
NameSizeModeActions
custom.js39390644editdlrm
customize-preview.js4170644editdlrm
jquery.nivo.slider.js289370644editdlrm
Edit: /home/desid573/verdenaturopathy.com.au/site3/wp-content/themes/spa-lite/js/customize-preview.js (417B)
/** * Live-update changed settings in real time in the Customizer preview. */ ( function( $ ) { api = wp.customize; // Site title. api( 'blogname', function( value ) { value.bind( function( to ) { $( '.logo h1' ).text( to ); } ); } ); // Site tagline. api( 'blogdescription', function( value ) { value.bind( function( to ) { $( '.logo p' ).text( to ); } ); } ); } )( jQuery );