From 27cec41e06cbcaa47c1871048160e674aa05bcc4 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 10 Nov 2015 11:31:20 -0500 Subject: [PATCH] removing print tests --- 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 619865a..584fd91 100644 --- a/js/app.js +++ b/js/app.js @@ -108,7 +108,6 @@ $(document).ready(function () { stay = 'stay_nights=' + (departure - arrival) + '&'; if ($("#departOff").val() < $('#departOff').attr("min")) { $("#departOff").val(requiredDate); - alert(requiredDate); } }); ///// end of canvas datepicker logic ^ ////////////////////////////////////////////// diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index 1a33598..0cc145d 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -99,7 +99,6 @@ $(document).ready(function () { stay = 'stay_nights=' + (departure - arrival) + '&'; if ($("#departOff").val() < $('#departOff').attr("min")) { $("#departOff").val(requiredDate); - alert(requiredDate); } }); ///// end of canvas datepicker logic ^ ////////////////////////////////////////////// -- 2.17.1