From 3f69d9e96b71295048e387d80e8130be227fe807 Mon Sep 17 00:00:00 2001 From: Leg Aman <126026416+leg-aman@users.noreply.github.com> Date: Fri, 22 Mar 2024 19:37:21 -0400 Subject: [PATCH] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 81db9a3..2da8d66 100644 --- a/index.html +++ b/index.html @@ -333,7 +333,7 @@

reminder

const weekNumber = getCurrentWeekNumber(); let outputValue = (weekNumber >= 11 && weekNumber <= 19) ? weekNumber - 10 : "Invalid hour"; - document.getElementById("cur_week").innerHTML = "It's week " + outputValue + " now." + document.querySelectorAll("#cur_week").innerHTML = "It's week " + outputValue + " now."