Skip to content

Commit

Permalink
Merge pull request #5931 from BFTrick/patch-1
Browse files Browse the repository at this point in the history
Loading Holiday Snow in Footer Instead of Head
  • Loading branch information
eliorivero authored Dec 16, 2016
2 parents 26b4c25 + 5b4829e commit 39ef9cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/holiday-snow.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ function jetpack_holiday_snow_script() {
* @param str URL to the holiday snow JavaScript file.
*/
$snowstorm_url = apply_filters( 'jetpack_holiday_snow_js_url', plugins_url( 'holiday-snow/snowstorm.js', __FILE__ ) );
wp_enqueue_script( 'snowstorm', $snowstorm_url, array(), '1.43.20111201' );
wp_enqueue_script( 'snowstorm', $snowstorm_url, array(), '1.43.20111201', true );
}

function jetpack_maybe_holiday_snow() {
Expand Down

0 comments on commit 39ef9cf

Please sign in to comment.