From 68db21acbb837b12d84d9930d451d2ba90e251dd Mon Sep 17 00:00:00 2001 From: Ronin0000 <89286474+Ronin0000@users.noreply.github.com> Date: Sun, 21 Nov 2021 07:44:30 -0800 Subject: [PATCH] Update custom.html --- apps/schoolCalendar/custom.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/schoolCalendar/custom.html b/apps/schoolCalendar/custom.html index 8f27b1c04..03ba25472 100644 --- a/apps/schoolCalendar/custom.html +++ b/apps/schoolCalendar/custom.html @@ -69,7 +69,7 @@ }, }); calendar.render(); - calendar.gotoDate(2021-04-01); + calendar.gotoDate(2021-01-10); }); // When the 'upload' button is clicked...