From c3d460e0f1bcfdf5f86f17f0ade55f73ab1975f4 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 2 Nov 2015 14:56:43 -0500 Subject: [PATCH] Added more changes to date validation --- 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 df94e2b..f45f690 100644 --- a/js/app.js +++ b/js/app.js @@ -79,7 +79,6 @@ $(document).ready(function () { $("#dateOff1").change(function () { currentDate = this.value; - $("#dateOff1").val(currentDate); if (currentDate !== requiredDate) { alert("boo hiss"); } diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index ec0d84f..62ef630 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -70,7 +70,6 @@ $(document).ready(function () { $("#dateOff1").change(function () { currentDate = this.value; - $("#dateOff1").val(currentDate); if (currentDate !== requiredDate) { alert("boo hiss"); } -- 2.17.1