Update custom.html
parent
71ff5959ae
commit
d491103414
|
|
@ -80,7 +80,7 @@
|
|||
console.log = console.log || function(){};
|
||||
console.log(calendar.getEvents()[0].title());
|
||||
//--------------------
|
||||
if(calendarEvents)
|
||||
if(calendarEvents){
|
||||
for(i=0;i>calendarEvents.length;i++){
|
||||
var calendarEntry = {}
|
||||
calendarEntry['cn'] = calendarEvents[i].title();
|
||||
|
|
|
|||
Loading…
Reference in New Issue