Update custom.html
parent
a994ed6630
commit
cb748a251d
|
|
@ -88,7 +88,12 @@
|
||||||
calendarEntry['eh'] = calendarEvents[i].end.getHours();
|
calendarEntry['eh'] = calendarEvents[i].end.getHours();
|
||||||
calendarEntry['em'] = calendarEvents[i].end.getMinutes();
|
calendarEntry['em'] = calendarEvents[i].end.getMinutes();
|
||||||
schedule.push(calendarEntry)
|
schedule.push(calendarEntry)
|
||||||
console.log(schedule+" lets go");
|
console.log(schedule[0].cn);
|
||||||
|
console.log(schedule[0].dow);
|
||||||
|
console.log(schedule[0].sh);
|
||||||
|
console.log(schedule[0].sm);
|
||||||
|
console.log(schedule[0].eh);
|
||||||
|
console.log(schedule[0].em);
|
||||||
}
|
}
|
||||||
// build the app's text using a templated String
|
// build the app's text using a templated String
|
||||||
var app = `
|
var app = `
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue