From 7cc2bbfc56f086a57691c28b60bb7b395e4ab021 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 10 Nov 2015 10:14:59 -0500 Subject: [PATCH] fixed mismatched variable names causing bugs --- js/app.js | 2 +- js/custom/pageSetup.js | 2 +- parts/reservation-form-off-canvas.php | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/js/app.js b/js/app.js index 5e5f1ca..d75538d 100644 --- a/js/app.js +++ b/js/app.js @@ -56,7 +56,7 @@ $(document).ready(function () { if (requiredDate < $('#arriveOff').attr("min")) { minDays = $('#arriveOff').attr("min"); $("#arriveOff").val(minDays); - //$("#departOff").val($('#departOff').attr("min")); + //$("#departOff")//.attr("min")); } else { d = currentDate.getDate() + 1; if (d <= 9) { diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index d915611..1b5fc07 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -47,7 +47,7 @@ $(document).ready(function () { if (requiredDate < $('#arriveOff').attr("min")) { minDays = $('#arriveOff').attr("min"); $("#arriveOff").val(minDays); - //$("#departOff").val($('#departOff').attr("min")); + //$("#departOff")//.attr("min")); } else { d = currentDate.getDate() + 1; if (d <= 9) { diff --git a/parts/reservation-form-off-canvas.php b/parts/reservation-form-off-canvas.php index 38e1fba..dff65ae 100644 --- a/parts/reservation-form-off-canvas.php +++ b/parts/reservation-form-off-canvas.php @@ -9,12 +9,12 @@ - +
- +
-- 2.17.1