From: Anthony Talarico Date: Tue, 10 Nov 2015 16:45:24 +0000 (-0500) Subject: removing print tests X-Git-Tag: v1.0.0^2~303 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=0a1dd1e175dc8ca66466fc3fcb574a4d9a282d45;p=WP-Themes%2Fstaffords.git removing print tests --- diff --git a/js/app.js b/js/app.js index 9b0709a..8bd3070 100644 --- a/js/app.js +++ b/js/app.js @@ -105,7 +105,6 @@ $(document).ready(function () { departure = departure.replace(/\//g, ""); departure = parseInt(departure, 10); stay = (departure - arrival); - alert(stay); if (stay < 0) { stay = 0; } else { diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index 5d096b3..599353e 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -96,7 +96,6 @@ $(document).ready(function () { departure = departure.replace(/\//g, ""); departure = parseInt(departure, 10); stay = (departure - arrival); - alert(stay); if (stay < 0) { stay = 0; } else {