From 5b4829e669625b2ecb47b27d04531fd4ddc96591 Mon Sep 17 00:00:00 2001 From: Patrick Rauland Date: Fri, 16 Dec 2016 11:35:47 -0700 Subject: [PATCH] Loading holiday snow in footer Loading the holiday snow feature in the footer. Better for page load speed. --- modules/holiday-snow.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/holiday-snow.php b/modules/holiday-snow.php index f33714db64edc..5f72877ce9dba 100644 --- a/modules/holiday-snow.php +++ b/modules/holiday-snow.php @@ -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() {