Update custom.html
parent
ddfdd94ff8
commit
f99ce683e9
|
|
@ -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!");
|
||||
|
|
|
|||
Loading…
Reference in New Issue