Update custom.html

master
Ronin0000 2021-11-20 19:46:32 -08:00 committed by GitHub
parent ddfdd94ff8
commit f99ce683e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@
calendarEntry['eh'] = calendarEvents[i].end.getHours();
calendarEntry['em'] = calendarEvents[i].end.getMinutes();
schedule.push(calendarEntry)
consle.log(schedule);
console.log(schedule);
}
}else{
alert("Add some events!");