This commit is contained in:
Rob 2019-09-20 22:48:05 +02:00
parent ef51aa41a2
commit 66ed0ed644
2 changed files with 1 additions and 2 deletions

View File

@ -84,7 +84,6 @@
let path = "./schedule/schedule.xml";
$.get(path, function (data) {
this.xml = new XMLSerializer().serializeToString(data);
//console.log(xml2json(this.xml));
// load your schedule
var scheduleXml = $($.parseXML(this.xml));

View File

@ -1,7 +1,7 @@
/**
* get the data from schedule
*/
var Schedule = class {
class Schedule {
/**
* the schedule xml object parsed as jQuery object