Fixes
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 2 Jan 2015 15:25:24 +0000 (10:25 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 2 Jan 2015 15:25:24 +0000 (10:25 -0500)
Update the link for logo on small
Remove console.log in js

header.php
js/app.js
js/custom/pageSetup.js

index 11608ab..c442444 100755 (executable)
@@ -22,7 +22,7 @@
                         <a href="#" class="mail"><img src="<?php bloginfo('template_url'); ?>/assets/images_for_website/mail.png"></a>
                     </div>
                     <div class="show-for-small-down small-6 columns">
-                        <a href="index.html"><img src="<?php bloginfo('template_url'); ?>/assets/images_for_website/grey-gables-logo.png"></a>
+                        <a href="<?php bloginfo('url');?>"><img src="<?php bloginfo('template_url'); ?>/assets/images_for_website/grey-gables-logo.png"></a>
                     </div>
                     <div class="show-for-small-down right small-6 columns">
                         <p id="phone">231-547-9261</p>
index 7277098..0b0e18d 100755 (executable)
--- 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
index a51644a..c7decfb 100644 (file)
@@ -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