Updated js directory

This commit is contained in:
Kenneth John Odle 2021-08-01 13:48:46 -04:00
parent a8ec12ab75
commit c2c413ffc0

View File

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