removing test alerts
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 2 Nov 2015 17:37:02 +0000 (12:37 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 2 Nov 2015 17:37:02 +0000 (12:37 -0500)
js/app.js
js/custom/pageSetup.js

index 9d6bb6d..03c598d 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -85,7 +85,7 @@ $(document).ready(function () {
         m = today.getMonth() + 1;
         y = today.getFullYear();
         requiredDate = y + '-' + m + '-' + d;
-        alert(requiredDate);
+  
 
     });
    // $("#date1").val(requiredDate);
index d60f8f4..64b5403 100644 (file)
@@ -76,7 +76,7 @@ $(document).ready(function () {
         m = today.getMonth() + 1;
         y = today.getFullYear();
         requiredDate = y + '-' + m + '-' + d;
-        alert(requiredDate);
+  
 
     });
    // $("#date1").val(requiredDate);