removing print tests
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 10 Nov 2015 16:31:20 +0000 (11:31 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 10 Nov 2015 16:31:20 +0000 (11:31 -0500)
js/app.js
js/custom/pageSetup.js

index 619865a..584fd91 100644 (file)
--- 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 ^ //////////////////////////////////////////////
index 1a33598..0cc145d 100644 (file)
@@ -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 ^ //////////////////////////////////////////////