WordPress/wp-content/themes/twentyseventeen/assets/js
David A. Kennedy c0a9b1e57f Twenty Seventeen: Fix broken menu toggle in Customizer after menu items are added
This simplifies the line `$( siteNavigation.closest( '.main-navigation' ), this ).toggleClass( 'toggled-on' );` to `$( siteNavContain ).toggleClass( 'toggled-on' );`, since `this` is the clicked button, so the extra context isn't needed.

Props afercia, laurelfulford.

Fixes #38992.

Built from https://develop.svn.wordpress.org/trunk@39419


git-svn-id: http://core.svn.wordpress.org/trunk@39359 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-12-02 06:25:42 +00:00
..
customize-controls.js Twenty Seventeen: Make sure theme JavaScript follows proper coding standards 2016-11-14 11:41:31 +00:00
customize-preview.js Twenty Seventeen: Hide front section panels on page load of Customizer. 2016-12-02 05:57:43 +00:00
global.js Twenty Seventeen: Better handling of custom headers when no image is set. 2016-12-02 05:12:41 +00:00
html5.js Importing Twenty Seventeen, our new default theme for 2017, set for 4.7. 2016-10-20 04:12:31 +00:00
jquery.scrollTo.js Importing Twenty Seventeen, our new default theme for 2017, set for 4.7. 2016-10-20 04:12:31 +00:00
navigation.js Twenty Seventeen: Fix broken menu toggle in Customizer after menu items are added 2016-12-02 06:25:42 +00:00
skip-link-focus-fix.js Twenty Seventeen: Make sure theme JavaScript follows proper coding standards 2016-11-14 11:41:31 +00:00