From e5e0e4ca5e68fdec1b0ffce9db8d3e4fc721147e Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Thu, 5 Nov 2015 10:57:58 -0500 Subject: [PATCH] Bottom tab wasn't pressable due to disabled jquery function. Fixed. --- js/app.js | 4 ++-- js/custom/sticky-footer.js | 4 ++-- parts/search.php | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/js/app.js b/js/app.js index e005744..619947a 100644 --- a/js/app.js +++ b/js/app.js @@ -34,8 +34,8 @@ $(document).ready(function () { // $('#connect').css({'position' : position}); //}); // -//function get_footer_position() { -// return 'fixed'; +function get_footer_position() { + return 'fixed'; // if ($(window).width() < 640) { // $("#connect").css('padding-bottom','53px'); // return 'relative'; diff --git a/js/custom/sticky-footer.js b/js/custom/sticky-footer.js index 42a58f3..63191d8 100644 --- a/js/custom/sticky-footer.js +++ b/js/custom/sticky-footer.js @@ -14,8 +14,8 @@ // $('#connect').css({'position' : position}); //}); // -//function get_footer_position() { -// return 'fixed'; +function get_footer_position() { + return 'fixed'; // if ($(window).width() < 640) { // $("#connect").css('padding-bottom','53px'); // return 'relative'; diff --git a/parts/search.php b/parts/search.php index 3e1e06a..79906dc 100644 --- a/parts/search.php +++ b/parts/search.php @@ -1,5 +1,5 @@ -- 2.17.1