From c2c413ffc052fb05c4e763893ded2b4b3db26f4f Mon Sep 17 00:00:00 2001 From: Kenneth Odle Date: Sun, 1 Aug 2021 13:48:46 -0400 Subject: [PATCH] Updated js directory --- js/customizer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); } );