From: Steve Sutton Date: Fri, 2 Jan 2015 15:25:24 +0000 (-0500) Subject: Fixes X-Git-Tag: v1.0.0^2~65 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=a9d12d34da56aff72518b674ab74eab6f9d12fb1;p=WP-Themes%2Fmuerkitchens.git Fixes Update the link for logo on small Remove console.log in js --- 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