Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
leg-aman authored Mar 22, 2024
1 parent e69210f commit 3f69d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ <h1 class="modal-title fs-5" id="exampleModalLabel">reminder</h1>
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."


</script>
Expand Down

0 comments on commit 3f69d9e

Please sign in to comment.