Update for safari
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 6 Jul 2016 15:44:13 +0000 (11:44 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 6 Jul 2016 15:44:13 +0000 (11:44 -0400)
Comment out call to console.log to see if that helps with Safari

index.php
views/front/members/list.html

index 0b77397..6e3cb2a 100644 (file)
--- 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 <cscott@gaslightmedia.com>
  * @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
index cda6796..94a40dc 100644 (file)
                     $(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',