File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/wp-content/themes/twentyfourteen/js Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6666 * The callback on the scroll event is only added if there is a header
6767 * image and we are not on mobile.
6868 */
69- if ( _window . width ( ) > 781 ) {
69+ if ( _window . width ( ) > 783 ) {
7070 var mastheadHeight = $ ( '#masthead' ) . height ( ) ,
7171 toolbarOffset , mastheadOffset ;
7272
100100 * @see trac ticket #30575
101101 */
102102 function touchDropdown ( ) {
103- if ( 781 > _window . width ( ) ) {
103+ if ( 783 > _window . width ( ) ) {
104104 $ ( '.primary-navigation, .secondary-navigation' ) . find ( 'a' ) . on ( 'focus.twentyfourteen blur.twentyfourteen' , function ( ) {
105105 $ ( this ) . parents ( ) . toggleClass ( 'focus' ) ;
106106 } ) ;
131131 * @since Twenty Fourteen 1.4
132132 */
133133 function onResizeARIA ( ) {
134- if ( 781 > _window . width ( ) ) {
134+ if ( 783 > _window . width ( ) ) {
135135 button . attr ( 'aria-expanded' , 'false' ) ;
136136 menu . attr ( 'aria-expanded' , 'false' ) ;
137137 button . attr ( 'aria-controls' , 'primary-menu' ) ;
You can’t perform that action at this time.
0 commit comments