From a9d12d34da56aff72518b674ab74eab6f9d12fb1 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 2 Jan 2015 10:25:24 -0500 Subject: [PATCH] Fixes Update the link for logo on small Remove console.log in js --- header.php | 2 +- js/app.js | 2 -- js/custom/pageSetup.js | 2 -- 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/header.php b/header.php index 11608ab..c442444 100755 --- a/header.php +++ b/header.php @@ -22,7 +22,7 @@
- +

231-547-9261

diff --git a/js/app.js b/js/app.js index 7277098..0b0e18d 100755 --- a/js/app.js +++ b/js/app.js @@ -24,10 +24,8 @@ $(document).ready(function () { var isSmall = Foundation.utils.is_small_only(); if (isSmall) { $("#gg-open-table-container").detach().appendTo('#gg-open-table-mobile-container'); - console.log('small'); } else { $("#gg-open-table-container").detach().appendTo('#primary-sidebar'); - console.log('not small'); } }, 900)); }); \ No newline at end of file diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index a51644a..c7decfb 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -16,10 +16,8 @@ $(document).ready(function () { var isSmall = Foundation.utils.is_small_only(); if (isSmall) { $("#gg-open-table-container").detach().appendTo('#gg-open-table-mobile-container'); - console.log('small'); } else { $("#gg-open-table-container").detach().appendTo('#primary-sidebar'); - console.log('not small'); } }, 900)); }); \ No newline at end of file -- 2.17.1