Removing print tests, topbar reservation is complete
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 10 Nov 2015 17:06:11 +0000 (12:06 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 10 Nov 2015 17:06:11 +0000 (12:06 -0500)
js/app.js
js/custom/pageSetup.js

index 356f362..4bcfc1f 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -128,7 +128,6 @@ $(document).ready(function () {
             m = arrival.getMonth() + 1;
             y = arrival.getFullYear();
             minDays = m + '/' + dd + '/' + y;
-            alert(minDays);
             arrival = d + '-' + m + '-' + y; // to pass as a date value in the url
             start = "arrival_date=" + y + '-' + m + '-' + d + '&'; // for date parsing to get length of stay
             arrival.toString();
index 4cb22c2..8693839 100644 (file)
@@ -119,7 +119,6 @@ $(document).ready(function () {
             m = arrival.getMonth() + 1;
             y = arrival.getFullYear();
             minDays = m + '/' + dd + '/' + y;
-            alert(minDays);
             arrival = d + '-' + m + '-' + y; // to pass as a date value in the url
             start = "arrival_date=" + y + '-' + m + '-' + d + '&'; // for date parsing to get length of stay
             arrival.toString();