From: Steve Sutton Date: Thu, 4 Feb 2016 19:52:10 +0000 (-0500) Subject: had 3 column in there for some reason X-Git-Tag: v1.0.10^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=2dd5adcfb84d731aff5226fb1553d0a7a7889d2d;p=WP-Themes%2Fotsego.git had 3 column in there for some reason --- 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 */