From: Steve Sutton Date: Wed, 6 Jul 2016 15:44:13 +0000 (-0400) Subject: Update for safari X-Git-Tag: v2.1.19^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=e4ddf2846b44bd6c1b18b2f25e0589c347a13748;p=WP-Plugins%2Fglm-member-db.git Update for safari Comment out call to console.log to see if that helps with Safari --- 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',