From e4ddf2846b44bd6c1b18b2f25e0589c347a13748 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 6 Jul 2016 11:44:13 -0400 Subject: [PATCH] Update for safari Comment out call to console.log to see if that helps with Safari --- index.php | 6 +++--- views/front/members/list.html | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/index.php b/index.php index 0b773970..6e3cb2a3 100644 --- a/index.php +++ b/index.php @@ -3,7 +3,7 @@ * Plugin Name: GLM Members Database * Plugin URI: http://www.gaslightmedia.com/ * Description: Gaslight Media Members Database. - * Version: 2.1.18 + * Version: 2.1.19 * Author: Gaslight Media * Author URI: http://www.gaslightmedia.com/ * License: GPL2 @@ -19,7 +19,7 @@ * @package glmMembersDatabase * @author Chuck Scott * @license http://www.gaslightmedia.com Gaslightmedia - * @version 2.1.18 + * @version 2.1.19 */ /* @@ -38,7 +38,7 @@ * */ -define('GLM_MEMBERS_PLUGIN_VERSION', '2.1.18'); +define('GLM_MEMBERS_PLUGIN_VERSION', '2.1.19'); define('GLM_MEMBERS_PLUGIN_DB_VERSION', '1.1.11'); // Check if plugin version is not current in WordPress option and if needed updated it diff --git a/views/front/members/list.html b/views/front/members/list.html index cda67963..94a40dc4 100644 --- a/views/front/members/list.html +++ b/views/front/members/list.html @@ -410,7 +410,7 @@ $(window).scroll(function() { var currentScroll = $(window).scrollTop(); - console.log("{$settings.list_floating_search_distance_top}"); + //console.log("{$settings.list_floating_search_distance_top}"); if (currentScroll >= fixmeTop-{$settings.list_floating_search_distance_top} && {$settings.list_floating_search}) { $('#glm-member-list-filters-wrapper').css({ position: 'fixed', -- 2.17.1