From: Anthony Talarico Date: Tue, 10 Nov 2015 15:14:59 +0000 (-0500) Subject: fixed mismatched variable names causing bugs X-Git-Tag: v1.0.0^2~315 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=7cc2bbfc56f086a57691c28b60bb7b395e4ab021;p=WP-Themes%2Fstaffords.git fixed mismatched variable names causing bugs --- 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 @@ - +
- +