From: Anthony Talarico Date: Tue, 8 Oct 2019 16:04:19 +0000 (-0400) Subject: cache busting the js file X-Git-Tag: v1.1.0^2~49 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=1561b3e7346c6408ab78e545dc89da0b7a971808;p=WP-Themes%2Fpetoskeyarea.git cache busting the js file --- diff --git a/functions.php b/functions.php index 66f31f3..47106a5 100644 --- a/functions.php +++ b/functions.php @@ -105,7 +105,7 @@ function glm_site_scripts() wp_enqueue_script('jquery'); wp_enqueue_script( 'glm_foundation', - get_template_directory_uri() . '/js/app.js?v=1.0.50', + get_template_directory_uri() . '/js/app.js?v=1.0.0.1', 'jquery', '1.0', true