diff --git src/wp-content/themes/twentyfifteen/js/functions.js src/wp-content/themes/twentyfifteen/js/functions.js
index b410515..118cc01 100644
|
|
|
8 | 8 | ( function( $ ) { |
9 | 9 | var $body, $window, $document, $sidebar, adminbarOffset, top = false, |
10 | 10 | bottom = false, windowWidth, windowHeight, lastWindowPos = 0, |
11 | | topOffset = 0, documentHeight, sidebarWidth, sidebarHeight, resizeTimer; |
| 11 | topOffset = 0, documentHeight, sidebarHeight, resizeTimer; |
12 | 12 | |
13 | 13 | // Add dropdown toggle that display child menu items. |
14 | 14 | $( '.main-navigation .page_item_has_children > a, .main-navigation .menu-item-has-children > a' ).after( '<button class="dropdown-toggle" aria-expanded="false">' + screenReaderText.expand + '</button>' ); |