From 1561b3e7346c6408ab78e545dc89da0b7a971808 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 8 Oct 2019 12:04:19 -0400 Subject: [PATCH] cache busting the js file --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.17.1