changed reservation off canvas menu links, again
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 30 Oct 2015 16:53:21 +0000 (12:53 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 30 Oct 2015 16:53:21 +0000 (12:53 -0400)
js/app.js
js/custom/pageSetup.js

index fae2d56..9819b35 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -100,7 +100,7 @@ $(document).ready(function () {
             departure = $("#date2").val();
         }
     });
-    $(".page_item.page-item-150.current_page_item").find('a[href]').attr("href", "#").attr('onclick', "document.form.submit();");
+    $(".page_item.page-item-150").find('a[href]').attr("href", "#").attr('onclick', "document.form.submit();");
     // off canvas menu values /////////////////////////
     $('#offGuests').blur(function () {
         guests = $('#offGuests').val();
index 9ac4af6..a8adbd6 100644 (file)
@@ -91,7 +91,7 @@ $(document).ready(function () {
             departure = $("#date2").val();
         }
     });
-    $(".page_item.page-item-150.current_page_item").find('a[href]').attr("href", "#").attr('onclick', "document.form.submit();");
+    $(".page_item.page-item-150").find('a[href]').attr("href", "#").attr('onclick', "document.form.submit();");
     // off canvas menu values /////////////////////////
     $('#offGuests').blur(function () {
         guests = $('#offGuests').val();