testing calendar icon click
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 25 Jan 2016 21:59:49 +0000 (16:59 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 25 Jan 2016 21:59:49 +0000 (16:59 -0500)
js/app.js
js/custom/pageSetup.js

index b062f98..98d446a 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -74,9 +74,11 @@ $(document).ready(function () {
         });
     }
     };
+    
    $("#arriveCal").click(function () {
         $("#arrive").datepicker("show");
     });
+    
     $("#departCal").click(function () {
         $("#depart").datepicker("show");
     });
index b4e9bee..94d07be 100644 (file)
@@ -65,9 +65,11 @@ $(document).ready(function () {
         });
     }
     };
+    
    $("#arriveCal").click(function () {
         $("#arrive").datepicker("show");
     });
+    
     $("#departCal").click(function () {
         $("#depart").datepicker("show");
     });