Changeset 25062
- Timestamp:
- 08/20/2013 05:36:28 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/js/theme.js
r25060 r25062 111 111 $mastheadOffset = $masthead.offset().top - $toolbarOffset; 112 112 113 if ( ( window.scrollY > =$mastheadOffset ) && ( $( window ).width() > 769 ) ) {113 if ( ( window.scrollY > $mastheadOffset ) && ( $( window ).width() > 769 ) ) { 114 114 $masthead.addClass( 'masthead-fixed' ); 115 115 $maindiv.css( {
Note: See TracChangeset
for help on using the changeset viewer.