From: Anthony Talarico Date: Tue, 10 Nov 2015 14:59:33 +0000 (-0500) Subject: commented out departure date populator, guest must enter departure date X-Git-Tag: v1.0.0^2~319 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=a064aa6e2c0688f99ec76890c72e758093c8dc65;p=WP-Themes%2Fstaffords.git commented out departure date populator, guest must enter departure date --- diff --git a/js/app.js b/js/app.js index 0a85894..aa78eaa 100644 --- a/js/app.js +++ b/js/app.js @@ -72,7 +72,7 @@ $(document).ready(function () { arrival.toString(); arrival = arrival.replace(/\//g, ""); arrival = parseInt(arrival, 10); - $("#departOff").val(requiredDate); + //$("#departOff").val(requiredDate); } }); diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index 3ac5e27..4f63de6 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -63,7 +63,7 @@ $(document).ready(function () { arrival.toString(); arrival = arrival.replace(/\//g, ""); arrival = parseInt(arrival, 10); - $("#departOff").val(requiredDate); + //$("#departOff").val(requiredDate); } });