From: Anthony Talarico Date: Tue, 10 Nov 2015 17:06:11 +0000 (-0500) Subject: Removing print tests, topbar reservation is complete X-Git-Tag: v1.0.0^2~296 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=a72107ef7d6c05ef0cce09554846f2075b5efd5b;p=WP-Themes%2Fstaffords.git Removing print tests, topbar reservation is complete --- 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();