diff --git a/js/customizer.js b/js/customizer.js index 86dd75d..6d3837a 100755 --- a/js/customizer.js +++ b/js/customizer.js @@ -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 ); } );