Removed alert test
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 2 Nov 2015 20:23:26 +0000 (15:23 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 2 Nov 2015 20:23:26 +0000 (15:23 -0500)
js/app.js
js/custom/pageSetup.js

index 4c64497..164f4b0 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -84,7 +84,6 @@ $(document).ready(function () {
         m = currentDate.getMonth() + 1;
         y = currentDate.getFullYear();
         requiredDate = y + '-' + m + '-' + d;
-        alert(requiredDate);
     });
     $("#date1").datepicker({
         minDate: 2,
index 798b5ba..8566494 100644 (file)
@@ -75,7 +75,6 @@ $(document).ready(function () {
         m = currentDate.getMonth() + 1;
         y = currentDate.getFullYear();
         requiredDate = y + '-' + m + '-' + d;
-        alert(requiredDate);
     });
     $("#date1").datepicker({
         minDate: 2,