From 355af5648740c73cfb9c169881ab7c81d742f40f Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Tue, 28 Nov 2017 13:05:36 -0500 Subject: [PATCH] app.js version bump --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 4bb0dd8..a8b0f71 100644 --- a/functions.php +++ b/functions.php @@ -104,7 +104,7 @@ function glm_site_scripts() wp_enqueue_script('jquery'); wp_enqueue_script( 'glm_foundation', - get_template_directory_uri() . '/js/app.js', + get_template_directory_uri() . '/js/app.js?v=1.0', 'jquery', '1.0', true -- 2.17.1