From a064aa6e2c0688f99ec76890c72e758093c8dc65 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 10 Nov 2015 09:59:33 -0500 Subject: [PATCH] commented out departure date populator, guest must enter departure date --- js/app.js | 2 +- js/custom/pageSetup.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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); } }); -- 2.17.1