From a72107ef7d6c05ef0cce09554846f2075b5efd5b Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 10 Nov 2015 12:06:11 -0500 Subject: [PATCH] Removing print tests, topbar reservation is complete --- js/app.js | 1 - js/custom/pageSetup.js | 1 - 2 files changed, 2 deletions(-) diff --git a/js/app.js b/js/app.js index 356f362..4bcfc1f 100644 --- 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(); diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index 4cb22c2..8693839 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -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(); -- 2.17.1