/
home
/
desid573
/
verdenaturopathy.com.au
/
wp-content
/
themes
/
spa-lite
/
js
/
/home/desid573/verdenaturopathy.com.au/wp-content/themes/spa-lite/js
mkdir
upload
Name
Size
Mode
Actions
custom.js
3939
0644
edit
dl
rm
customize-preview.js
417
0644
edit
dl
rm
jquery.nivo.slider.js
28937
0644
edit
dl
rm
Edit:
/home/desid573/verdenaturopathy.com.au/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 );
Save
cmd:
run