From 2dd5adcfb84d731aff5226fb1553d0a7a7889d2d Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 4 Feb 2016 14:52:10 -0500 Subject: [PATCH] had 3 column in there for some reason --- functions.php | 2 +- js/app.js | 2 +- js/custom/pageSetup.js | 2 +- style.css | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/functions.php b/functions.php index eb520bd..7f2454d 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.9', + '1.0.10', true ); wp_enqueue_script('jquery-ui-datepicker'); diff --git a/js/app.js b/js/app.js index df830d2..0356dbf 100644 --- a/js/app.js +++ b/js/app.js @@ -63,7 +63,7 @@ $(document).ready(function () { .css("max-height", "290px") .css("-webkit-columns", "4") .css("-webkit-column-gap", "11px") - .css("-moz-columns", "3") + .css("-moz-columns", "4") .css("-moz-column-gap", "11px") .css("column", "4") .css("column-width", "200px") diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index aef1ef1..3ad78cd 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -54,7 +54,7 @@ $(document).ready(function () { .css("max-height", "290px") .css("-webkit-columns", "4") .css("-webkit-column-gap", "11px") - .css("-moz-columns", "3") + .css("-moz-columns", "4") .css("-moz-column-gap", "11px") .css("column", "4") .css("column-width", "200px") diff --git a/style.css b/style.css index 7511b02..6ebc126 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.9 +Version: 1.0.10 */ -- 2.17.1