From cea33c78b0eedb6970dee16bcc6b4f378ca51788 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 2 Nov 2015 12:37:02 -0500 Subject: [PATCH] removing test alerts --- js/app.js | 2 +- js/custom/pageSetup.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/app.js b/js/app.js index 9d6bb6d..03c598d 100644 --- 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); diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index d60f8f4..64b5403 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -76,7 +76,7 @@ $(document).ready(function () { m = today.getMonth() + 1; y = today.getFullYear(); requiredDate = y + '-' + m + '-' + d; - alert(requiredDate); + }); // $("#date1").val(requiredDate); -- 2.17.1