Make WordPress Core


Ignore:
Timestamp:
12/03/2013 06:34:34 PM (12 years ago)
Author:
lancewillett
Message:

Twenty Fourteen: reposition the window on jump-to-anchor to account for header height. Props obenland, fixes #26213.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfourteen/functions.php

    r26565 r26574  
    264264    }
    265265
    266     wp_enqueue_script( 'twentyfourteen-script', get_template_directory_uri() . '/js/functions.js', array( 'jquery' ), '20131102', true );
     266    wp_enqueue_script( 'twentyfourteen-script', get_template_directory_uri() . '/js/functions.js', array( 'jquery' ), '20131203', true );
    267267}
    268268add_action( 'wp_enqueue_scripts', 'twentyfourteen_scripts' );
Note: See TracChangeset for help on using the changeset viewer.