Js cache bust
authorLaury GvR <laury@gaslightmedia.com>
Wed, 3 Oct 2018 16:08:19 +0000 (12:08 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 3 Oct 2018 16:08:19 +0000 (12:08 -0400)
functions.php
header.php
js/custom/pageSetup.js
style.css

index e8b8e32..e4279cb 100644 (file)
@@ -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
index 8a5d1d9..8e4d1e2 100644 (file)
@@ -6,7 +6,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title><?php wp_title(); ?></title>
     <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri() ; ?>/favicon.ico">
-    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.25.0">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.26.0">
     <link href='//fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
     <!--    <link href='http://fonts.googleapis.com/css?family=Crimson+Text:600italic' rel='stylesheet' type='text/css'>-->
         <?php wp_head(); ?>
index ebe5da4..3808ca8 100644 (file)
@@ -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('<a class="toggle" href="#"></a>');
     });
index 2895281..04211b3 100644 (file)
--- 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
 */