From 1d96482db0a9cc92203ee8be60a9790ad3c9ddc6 Mon Sep 17 00:00:00 2001 From: iluvredwall Date: Tue, 20 May 2014 10:38:17 -0700 Subject: [PATCH] fixed stupidity (never cleared warning message about future weeks) --- script.js | 1 + 1 file changed, 1 insertion(+) diff --git a/script.js b/script.js index a75a22f..8a8a606 100644 --- a/script.js +++ b/script.js @@ -119,6 +119,7 @@ function setDispWeek(time,force){ if(date > getSunday(new Date())) warn("This is a future week, so the schedule may be incorrect. (In particular, special/alternate schedules may be missing.)"); //display warning if week is in the future + else warn(""); //else display good luck message /* if(date.valueOf()==getSunday(new Date()).valueOf()) document.getElementById("currWeek").style.display = "none"; //hide back to current week button on current week