From b14ad97e3587d616effa01c03675b28e328c1b24 Mon Sep 17 00:00:00 2001 From: Sundog Date: Mon, 9 Sep 2024 11:19:08 -0400 Subject: [PATCH] d --- layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout.html b/layout.html index 35235db..b5ce417 100644 --- a/layout.html +++ b/layout.html @@ -618,7 +618,7 @@ }); const init_schedules = (day) => { - const day_of_schedule = new Date(day) || new Date(Date.now()); + const day_of_schedule = new Date(day) || new Date(); for (let i = 0; i < 8; i++) { if (i === 0) {