fixed reseravation form bug with reservation properties value
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 10 Dec 2015 16:39:29 +0000 (11:39 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 10 Dec 2015 16:39:29 +0000 (11:39 -0500)
js/app.js
js/custom/pageSetup.js

index b3f304d..dc0f59a 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -150,7 +150,7 @@ $(document).ready(function () {
             window.open("https://www.bookonthenet.net/east/premium/eresmain.aspx?id=" + bayView + start + stay + adults + kids);
         } else if ($('#propertyNameOff option:selected').text() === "Stafford's Crooked River Lodge") {
             window.open("https://www.bookonthenet.net/east/premium/eresmain.aspx?id=" + crookedRiver + start + stay + adults + kids);
-        } else if ($('#propertyNameOff option:selected').text() === "Stafford's Perry Inn") {
+        } else if ($('#propertyNameOff option:selected').text() === "Stafford's Perry Hotel") {
             window.open("https://www.bookonthenet.net/east/premium/eresmain.aspx?id=" + perry + start + stay + adults + kids);
         } else if ($('#propertyName option:selected').text() === "Property") {
             alert("Please Select a Property");
@@ -164,7 +164,7 @@ $(document).ready(function () {
             window.open("https://www.bookonthenet.net/east/premium/eresmain.aspx?id=" + bayView + start + stay + adults + kids);
         } else if ($('#propertyName option:selected').text() === "Stafford's Crooked River Lodge") {
             window.open("https://www.bookonthenet.net/east/premium/eresmain.aspx?id=" + crookedRiver + start + stay + adults + kids);
-        } else if ($('#propertyName option:selected').text() === "Stafford's Perry Inn") {
+        } else if ($('#propertyName option:selected').text() === "Stafford's Perry Hotel") {
             window.open("https://www.bookonthenet.net/east/premium/eresmain.aspx?id=" + perry + start + stay + adults + kids);
         } else if ($('#propertyName option:selected').text() === "Property") {
             alert("Please Select a Property");
index b643e24..cfead0f 100644 (file)
@@ -141,7 +141,7 @@ $(document).ready(function () {
             window.open("https://www.bookonthenet.net/east/premium/eresmain.aspx?id=" + bayView + start + stay + adults + kids);
         } else if ($('#propertyNameOff option:selected').text() === "Stafford's Crooked River Lodge") {
             window.open("https://www.bookonthenet.net/east/premium/eresmain.aspx?id=" + crookedRiver + start + stay + adults + kids);
-        } else if ($('#propertyNameOff option:selected').text() === "Stafford's Perry Inn") {
+        } else if ($('#propertyNameOff option:selected').text() === "Stafford's Perry Hotel") {
             window.open("https://www.bookonthenet.net/east/premium/eresmain.aspx?id=" + perry + start + stay + adults + kids);
         } else if ($('#propertyName option:selected').text() === "Property") {
             alert("Please Select a Property");
@@ -155,7 +155,7 @@ $(document).ready(function () {
             window.open("https://www.bookonthenet.net/east/premium/eresmain.aspx?id=" + bayView + start + stay + adults + kids);
         } else if ($('#propertyName option:selected').text() === "Stafford's Crooked River Lodge") {
             window.open("https://www.bookonthenet.net/east/premium/eresmain.aspx?id=" + crookedRiver + start + stay + adults + kids);
-        } else if ($('#propertyName option:selected').text() === "Stafford's Perry Inn") {
+        } else if ($('#propertyName option:selected').text() === "Stafford's Perry Hotel") {
             window.open("https://www.bookonthenet.net/east/premium/eresmain.aspx?id=" + perry + start + stay + adults + kids);
         } else if ($('#propertyName option:selected').text() === "Property") {
             alert("Please Select a Property");