From 486424ee1be25eb6333adf86dc48dfdbe69038ed Mon Sep 17 00:00:00 2001 From: iluvredwall Date: Mon, 19 May 2014 21:51:26 -0700 Subject: [PATCH] removed AP good luck notification --- index.html | 1 - script.js | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/index.html b/index.html index 301d118..31f7b35 100644 --- a/index.html +++ b/index.html @@ -514,7 +514,6 @@

This is a future week, so the schedule may be incorrect. (In particular, special/alternate schedules may be missing.)
-
Good luck on your AP Exams!
diff --git a/script.js b/script.js index ab81b56..2e8612e 100644 --- a/script.js +++ b/script.js @@ -119,12 +119,10 @@ function setDispWeek(time,force){ if(date > getSunday(new Date())) { document.getElementById("warning").style.display = "block"; //display warning if week is in the future - document.getElementById("news").style.display = "none"; } else - { + { document.getElementById("warning").style.display = "none"; //else hide warning - document.getElementById("news").style.display = "block"; } /*