From 8426356c01a23ae769c79f726b95ea64f4428574 Mon Sep 17 00:00:00 2001 From: Ronin0000 <89286474+Ronin0000@users.noreply.github.com> Date: Sun, 21 Nov 2021 07:35:55 -0800 Subject: [PATCH] Update custom.html --- apps/schoolCalendar/custom.html | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/schoolCalendar/custom.html b/apps/schoolCalendar/custom.html index b29bb00b3..caebdbb51 100644 --- a/apps/schoolCalendar/custom.html +++ b/apps/schoolCalendar/custom.html @@ -69,6 +69,7 @@ }, }); calendar.render(); + calendar.gotoDate(2021-01-01); }); // When the 'upload' button is clicked...