From: Anthony Talarico Date: Thu, 28 Jul 2016 20:38:36 +0000 (-0400) Subject: undoing previous test changes for the booking widget, changes were unsuccesful X-Git-Tag: v1.0.0^2~231 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=c274b09add166489d68ccc9c2acd07124c4e9dce;p=WP-Themes%2Fpetoskeyarea.git undoing previous test changes for the booking widget, changes were unsuccesful --- diff --git a/js/app.js b/js/app.js index 893a215..3fd9dab 100644 --- a/js/app.js +++ b/js/app.js @@ -70,8 +70,8 @@ $(document).ready(function () { var off_canvas_arrival = $(".right-off-canvas-menu").find("#start-date"); var off_canvas_departure = $(".right-off-canvas-menu").find("#end-date"); -// $(off_canvas_arrival).removeClass("date-pick").removeAttr("onclick").removeAttr("value"); -// $(off_canvas_departure).removeClass("date-pick").removeAttr("onclick").removeAttr("value"); + $(off_canvas_arrival).removeClass("date-pick").removeAttr("onclick").removeAttr("value"); + $(off_canvas_departure).removeClass("date-pick").removeAttr("onclick").removeAttr("value"); $(off_canvas_arrival).datepicker({ diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index 90b1732..eac776d 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -61,8 +61,8 @@ $(document).ready(function () { var off_canvas_arrival = $(".right-off-canvas-menu").find("#start-date"); var off_canvas_departure = $(".right-off-canvas-menu").find("#end-date"); -// $(off_canvas_arrival).removeClass("date-pick").removeAttr("onclick").removeAttr("value"); -// $(off_canvas_departure).removeClass("date-pick").removeAttr("onclick").removeAttr("value"); + $(off_canvas_arrival).removeClass("date-pick").removeAttr("onclick").removeAttr("value"); + $(off_canvas_departure).removeClass("date-pick").removeAttr("onclick").removeAttr("value"); $(off_canvas_arrival).datepicker({