Update custom.html

master
Ronin0000 2021-11-21 07:27:20 -08:00 committed by GitHub
parent a994ed6630
commit cb748a251d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -88,7 +88,12 @@
calendarEntry['eh'] = calendarEvents[i].end.getHours(); calendarEntry['eh'] = calendarEvents[i].end.getHours();
calendarEntry['em'] = calendarEvents[i].end.getMinutes(); calendarEntry['em'] = calendarEvents[i].end.getMinutes();
schedule.push(calendarEntry) 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 // build the app's text using a templated String
var app = ` var app = `