From 9a0faf6ae4c05db0366c78cb472360f2141c02dc Mon Sep 17 00:00:00 2001 From: Sundog Date: Mon, 9 Sep 2024 11:50:16 -0400 Subject: [PATCH] d --- layout.html | 1 + 1 file changed, 1 insertion(+) diff --git a/layout.html b/layout.html index f0666b5..5bd7b98 100644 --- a/layout.html +++ b/layout.html @@ -617,6 +617,7 @@ const init_schedules = (day) => { const day_of_schedule = new Date(Date.parse(day)) || new Date(); + console.dir(day); console.dir(day_of_schedule); for (let i = 0; i < 8; i++) {