diff --git a/wp-content/themes/twentyseventeen/assets/js/global.js b/wp-content/themes/twentyseventeen/assets/js/global.js index cced97c475..45995ef5aa 100644 --- a/wp-content/themes/twentyseventeen/assets/js/global.js +++ b/wp-content/themes/twentyseventeen/assets/js/global.js @@ -43,7 +43,7 @@ if ( offsetDiff < fixedNavHeight ) { $( window ).scrollTo( itemScrollTop - ( fixedNavHeight + 50 ), 600); - }; + } } } ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 207ed89664..721ec6c182 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7-beta2-39183'; +$wp_version = '4.7-beta2-39184'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.