Update custom.html

pull/925/head
Ronin0000 2021-11-20 19:53:38 -08:00 committed by GitHub
parent b76bb48973
commit a994ed6630
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@
//--------------------
console.log = console.log || function(){};
//--------------------
for(i=0;i>calendarEvents.length;i++){
for(i=0;i<calendarEvents.length;i++){
var calendarEntry = {}
calendarEntry['cn'] = calendarEvents[i].title;
calendarEntry['dow'] = calendarEvents[i].start.getDate();