removed / after permalink
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 26 Jan 2016 18:41:56 +0000 (13:41 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 26 Jan 2016 18:41:56 +0000 (13:41 -0500)
footer.php
js/app.js
js/custom/pageSetup.js

index f6bb18b..4d28c96 100644 (file)
@@ -4,7 +4,7 @@
                                 <a href="<?php bloginfo('url')?>/visitors-guide/"><img src="<?php echo get_template_directory_uri(); ?>/assets/visitors-guide.jpg"></a>
                             </div>
                             <div class="small-12 medium-5 large-6 columns text-center">
-                                <a href="<?php echo get_permalink(229);?>/"><img src="<?php echo get_template_directory_uri(); ?>/assets/specials.jpg"></a>
+                                <a href="<?php echo get_permalink(229);?>"><img src="<?php echo get_template_directory_uri(); ?>/assets/specials.jpg"></a>
                             </div>
                             <div class="small-12 medium-3 columns text-center">
                                 <a href="<?php bloginfo('url')?>/sign-up-for-specials-promotions/"><img src="<?php echo get_template_directory_uri(); ?>/assets/enews-signup.jpg"></a>
index 3846160..2fba79b 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -175,6 +175,7 @@ var extraDay, end, arrival, currentDate, currentDate2, requiredDate, requiredDat
             $("#departOff").val(minDays);
         }
     });
+    
     $('#block-1, #block-2, #block-3').bind('click tap', function(){
         if($(window).width() <= 1024){
             $(this).toggleClass('front-page-blocks');
index 80328b7..d0210f6 100644 (file)
@@ -166,6 +166,7 @@ var extraDay, end, arrival, currentDate, currentDate2, requiredDate, requiredDat
             $("#departOff").val(minDays);
         }
     });
+    
     $('#block-1, #block-2, #block-3').bind('click tap', function(){
         if($(window).width() <= 1024){
             $(this).toggleClass('front-page-blocks');