diff --git a/wp-content/themes/twentyseventeen/assets/js/global.js b/wp-content/themes/twentyseventeen/assets/js/global.js index 1f707b3384..af41bde05b 100644 --- a/wp-content/themes/twentyseventeen/assets/js/global.js +++ b/wp-content/themes/twentyseventeen/assets/js/global.js @@ -143,6 +143,8 @@ $( document ).ready( function() { // Let's fire some JavaScript! + setNavProps(); + if ( $menuScrollDown.length ) { /** @@ -162,7 +164,6 @@ } ); } ); - setNavProps(); adjustScrollClass(); } diff --git a/wp-includes/version.php b/wp-includes/version.php index b54f3a4f63..77769cb02c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7-alpha-38963'; +$wp_version = '4.7-alpha-38964'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.