From 3b70aba5888c663ac003a475e9ce03ff76e5a148 Mon Sep 17 00:00:00 2001 From: Innovation Inc Date: Wed, 18 Sep 2019 13:50:12 -0500 Subject: [PATCH] Update index.html --- index.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 7946840..70e13a6 100644 --- a/index.html +++ b/index.html @@ -67,10 +67,12 @@ var current= new Date() var month=current.getMonth() var date=current.getDate() - if (month=4 && day=13) { + //document.write("DEBUG DATA: " + month) + //document.write("DEBUG DATA: " + date) + if (month=4 && date=13) { document.write("") } else { - document.write("") + document.write("") }