We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da81a1e commit 494dbf5Copy full SHA for 494dbf5
src/wp-content/themes/twentysixteen/js/functions.js
@@ -132,7 +132,7 @@
132
133
// Fix sub-menus for touch devices and better focus for hidden submenu items for accessibility.
134
( function () {
135
- if ( ! siteNavigation || siteNavigation.children.length === 0 ) {
+ if ( ! siteNavigation || ! siteNavigation.children.length ) {
136
return;
137
}
138
0 commit comments