From b123018fe4914f9dd9e0c69549160baa7667945c Mon Sep 17 00:00:00 2001 From: Sundog Date: Mon, 9 Sep 2024 11:22:43 -0400 Subject: [PATCH] d --- layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout.html b/layout.html index dd7cc55..aeff07b 100644 --- a/layout.html +++ b/layout.html @@ -616,7 +616,7 @@ }); const init_schedules = (day) => { - const day_of_schedule = new Date(day) || Date.now(); + const day_of_schedule = new Date(day) || new Date(Date.now()); console.dir(day_of_schedule); for (let i = 0; i < 8; i++) {