From 1e2a92946b8e71ad30f42922233d53b4b71bf27a Mon Sep 17 00:00:00 2001 From: Sundog Date: Mon, 9 Sep 2024 11:56:21 -0400 Subject: [PATCH] d --- layout.html | 1 + 1 file changed, 1 insertion(+) diff --git a/layout.html b/layout.html index 4f18915..5309100 100644 --- a/layout.html +++ b/layout.html @@ -647,6 +647,7 @@ } const next_day_schedule = (e) => { e.preventDefault(); + console.dir(e.target); const day = Date.parse(e.target.getAttribute("data-day")); console.dir(day); day.setDate(day.getDate() + 1);