testing the removal of extraneous code for style to test error in first submission...
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 28 Jul 2016 20:49:56 +0000 (16:49 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 28 Jul 2016 20:49:56 +0000 (16:49 -0400)
js/app.js
js/custom/pageSetup.js

index 3fd9dab..1ed6a69 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -76,14 +76,14 @@ $(document).ready(function () {
       $(off_canvas_arrival).datepicker({
 
           minDate: 0,
-          beforeShow: function (input, inst) {
-            setTimeout(function () {
-            inst.dpDiv.css({
-                top: 100,
-                left: 50
-            });
-            }, 0);
-        }
+//          beforeShow: function (input, inst) {
+//            setTimeout(function () {
+//            inst.dpDiv.css({
+//                top: 100,
+//                left: 50
+//            });
+//            }, 0);
+//        }
       });
     
       
@@ -93,19 +93,19 @@ $(document).ready(function () {
             min_date = $(this).datepicker('getDate', '+1d');
             min_date.setDate(min_date.getDate() + 1);
 
-            $(off_canvas_departure).datepicker('setDate', min_date);
+//            $(off_canvas_departure).datepicker('setDate', min_date);
             $(off_canvas_departure).datepicker('option','minDate', min_date );
    
        });
             $(off_canvas_departure).datepicker({
-              beforeShow: function (input, inst) {
-              setTimeout(function () {
-                inst.dpDiv.css({
-                    top: 100,
-                    left: 50 
-                });
-                }, 0);
-             }
+//              beforeShow: function (input, inst) {
+//              setTimeout(function () {
+//                inst.dpDiv.css({
+//                    top: 100,
+//                    left: 50 
+//                });
+//                }, 0);
+//             }
           });
     
 
index eac776d..fe8471f 100644 (file)
@@ -67,14 +67,14 @@ $(document).ready(function () {
       $(off_canvas_arrival).datepicker({
 
           minDate: 0,
-          beforeShow: function (input, inst) {
-            setTimeout(function () {
-            inst.dpDiv.css({
-                top: 100,
-                left: 50
-            });
-            }, 0);
-        }
+//          beforeShow: function (input, inst) {
+//            setTimeout(function () {
+//            inst.dpDiv.css({
+//                top: 100,
+//                left: 50
+//            });
+//            }, 0);
+//        }
       });
     
       
@@ -84,19 +84,19 @@ $(document).ready(function () {
             min_date = $(this).datepicker('getDate', '+1d');
             min_date.setDate(min_date.getDate() + 1);
 
-            $(off_canvas_departure).datepicker('setDate', min_date);
+//            $(off_canvas_departure).datepicker('setDate', min_date);
             $(off_canvas_departure).datepicker('option','minDate', min_date );
    
        });
             $(off_canvas_departure).datepicker({
-              beforeShow: function (input, inst) {
-              setTimeout(function () {
-                inst.dpDiv.css({
-                    top: 100,
-                    left: 50 
-                });
-                }, 0);
-             }
+//              beforeShow: function (input, inst) {
+//              setTimeout(function () {
+//                inst.dpDiv.css({
+//                    top: 100,
+//                    left: 50 
+//                });
+//                }, 0);
+//             }
           });