From 7067258ee403eaec6642d3784ed189be292a3e25 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 2 Nov 2015 15:23:26 -0500 Subject: [PATCH] Removed alert test --- js/app.js | 1 - js/custom/pageSetup.js | 1 - 2 files changed, 2 deletions(-) diff --git a/js/app.js b/js/app.js index 4c64497..164f4b0 100644 --- 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, diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index 798b5ba..8566494 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -75,7 +75,6 @@ $(document).ready(function () { m = currentDate.getMonth() + 1; y = currentDate.getFullYear(); requiredDate = y + '-' + m + '-' + d; - alert(requiredDate); }); $("#date1").datepicker({ minDate: 2, -- 2.17.1