Browse Source

Updated js directory

main
Kenneth John Odle 3 years ago
parent
commit
c2c413ffc0
  1. 2
      js/customizer.js

2
js/customizer.js

@ -36,7 +36,7 @@
} ); } );
} ); } );
// Social Media Options // Social Media Options
wp.customize( 'atticus_finch_twitter', function( value ) {
wp.customize( 'portage_twitter', function( value ) {
value.bind( function( to ) { value.bind( function( to ) {
$( '#social-media-menu' ).text( to ); $( '#social-media-menu' ).text( to );
} ); } );

Loading…
Cancel
Save