undoing previous test changes for the booking widget, changes were unsuccesful
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 28 Jul 2016 20:38:36 +0000 (16:38 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 28 Jul 2016 20:38:36 +0000 (16:38 -0400)
js/app.js
js/custom/pageSetup.js

index 893a215..3fd9dab 100644 (file)
--- 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({
 
index 90b1732..eac776d 100644 (file)
@@ -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({