mirror of https://github.com/espruino/BangleApps
Update custom.html
parent
b76bb48973
commit
a994ed6630
|
@ -79,7 +79,7 @@
|
||||||
//--------------------
|
//--------------------
|
||||||
console.log = console.log || function(){};
|
console.log = console.log || function(){};
|
||||||
//--------------------
|
//--------------------
|
||||||
for(i=0;i>calendarEvents.length;i++){
|
for(i=0;i<calendarEvents.length;i++){
|
||||||
var calendarEntry = {}
|
var calendarEntry = {}
|
||||||
calendarEntry['cn'] = calendarEvents[i].title;
|
calendarEntry['cn'] = calendarEvents[i].title;
|
||||||
calendarEntry['dow'] = calendarEvents[i].start.getDate();
|
calendarEntry['dow'] = calendarEvents[i].start.getDate();
|
||||||
|
|
Loading…
Reference in New Issue