From: Anthony Talarico Date: Tue, 10 Nov 2015 16:31:20 +0000 (-0500) Subject: removing print tests X-Git-Tag: v1.0.0^2~306 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=27cec41e06cbcaa47c1871048160e674aa05bcc4;p=WP-Themes%2Fstaffords.git removing print tests --- 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 ^ //////////////////////////////////////////////