From cb748a251dbd11e87615d82081522953607b3a27 Mon Sep 17 00:00:00 2001 From: Ronin0000 <89286474+Ronin0000@users.noreply.github.com> Date: Sun, 21 Nov 2021 07:27:20 -0800 Subject: [PATCH] Update custom.html --- apps/schoolCalendar/custom.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/apps/schoolCalendar/custom.html b/apps/schoolCalendar/custom.html index a6db5b28d..b29bb00b3 100644 --- a/apps/schoolCalendar/custom.html +++ b/apps/schoolCalendar/custom.html @@ -88,7 +88,12 @@ calendarEntry['eh'] = calendarEvents[i].end.getHours(); calendarEntry['em'] = calendarEvents[i].end.getMinutes(); schedule.push(calendarEntry) - console.log(schedule+" lets go"); + console.log(schedule[0].cn); + console.log(schedule[0].dow); + console.log(schedule[0].sh); + console.log(schedule[0].sm); + console.log(schedule[0].eh); + console.log(schedule[0].em); } // build the app's text using a templated String var app = `