Make WordPress Core


Ignore:
Timestamp:
03/30/2015 10:48:11 PM (10 years ago)
Author:
lancewillett
Message:

Twenty Fifteen: adjust scroll behavior to make sure sidebar height is calculated during scroll events, not just resize events.

Fixes #31734. Props jartes, lancewillett.

File:
1 edited

Legend:

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

    r31500 r31934  
    251251    }
    252252
    253     wp_enqueue_script( 'twentyfifteen-script', get_template_directory_uri() . '/js/functions.js', array( 'jquery' ), '20141212', true );
     253    wp_enqueue_script( 'twentyfifteen-script', get_template_directory_uri() . '/js/functions.js', array( 'jquery' ), '20150330', true );
    254254    wp_localize_script( 'twentyfifteen-script', 'screenReaderText', array(
    255255        'expand'   => '<span class="screen-reader-text">' . __( 'expand child menu', 'twentyfifteen' ) . '</span>',
Note: See TracChangeset for help on using the changeset viewer.