From 71c32e59311cc25fe2d92cd65582a02ac5ec492e Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 12 May 2017 16:49:08 -0400 Subject: [PATCH] bumping stylesheet and javascript version number , adding jquery to change the topbar ul display to block using javascript to change topbar ul display from inline to block for chrome only --- functions.php | 2 +- header.php | 2 +- style.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/functions.php b/functions.php index 711b0ae..e67bda8 100644 --- a/functions.php +++ b/functions.php @@ -62,7 +62,7 @@ function glm_site_scripts() 'glm_foundation', get_template_directory_uri() . '/js/app.js', 'jquery', - '1.0.19', + '1.0.45', true ); wp_enqueue_script('jquery-ui-datepicker'); diff --git a/header.php b/header.php index 53ff1e5..f0da162 100644 --- a/header.php +++ b/header.php @@ -5,7 +5,7 @@ <?php wp_title(); ?> - + diff --git a/style.css b/style.css index 3630108..08bd159 100644 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: OtsegoCounty Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A theme for OtsegoCounty -Version: 1.0.35 +Version: 1.0.44 */ -- 2.17.1