Changeset 26574
- Timestamp:
- 12/03/2013 06:34:34 PM (11 years ago)
- Location:
- trunk/src/wp-content/themes/twentyfourteen
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/functions.php
r26565 r26574 264 264 } 265 265 266 wp_enqueue_script( 'twentyfourteen-script', get_template_directory_uri() . '/js/functions.js', array( 'jquery' ), '20131 102', true );266 wp_enqueue_script( 'twentyfourteen-script', get_template_directory_uri() . '/js/functions.js', array( 'jquery' ), '20131203', true ); 267 267 } 268 268 add_action( 'wp_enqueue_scripts', 'twentyfourteen_scripts' ); -
trunk/src/wp-content/themes/twentyfourteen/js/functions.js
r26332 r26574 49 49 50 50 element.focus(); 51 52 // Repositions the window on jump-to-anchor to account for header height. 53 window.scrollBy( 0, -80 ); 51 54 } 52 55 } );
Note: See TracChangeset
for help on using the changeset viewer.