From: Laury GvR Date: Wed, 3 Oct 2018 16:08:19 +0000 (-0400) Subject: Js cache bust X-Git-Tag: v1.0.26^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=1993d2e1a6fdff233bf9efd16a64195bf8f9f8c3;p=WP-Themes%2Fgaylordmichigan.git Js cache bust --- diff --git a/functions.php b/functions.php index e8b8e32..e4279cb 100644 --- a/functions.php +++ b/functions.php @@ -72,7 +72,7 @@ function glm_site_scripts() wp_enqueue_script('jquery-ui-datepicker'); wp_enqueue_script( 'glm_foundation', - get_template_directory_uri() . '/js/app.js?v=1.0.0', + get_template_directory_uri() . '/js/app.js?v=1.26.0', 'jquery', '1.1.7', true diff --git a/header.php b/header.php index 8a5d1d9..8e4d1e2 100644 --- a/header.php +++ b/header.php @@ -6,7 +6,7 @@ <?php wp_title(); ?> - + diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index ebe5da4..3808ca8 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -3,7 +3,7 @@ $(document).foundation(); $(document).ready(function () { 'use strict'; - + var page = $("body"); var search_member = page.find('#member-categories'); var search_input = page.find(".site-search"); @@ -12,9 +12,6 @@ $(document).ready(function () { var search_close = page.find(".topbar-search-close"); var dropdown_button = page.find('.dropdown-search-button'); - console.log(search_member); - console.log($(search_member)); - $('ul.children').each(function () { $(this).before(''); }); diff --git a/style.css b/style.css index 2895281..04211b3 100644 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: GaylordCVB Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A theme for GaylordCVB -Version: 1.0.25 +Version: 1.0.26 */