Die Termine werden jetzt am ende auch ausgegeben, damit man sieht das was geht :)

This commit is contained in:
Tim Schumacher 2013-01-16 13:58:11 +01:00
parent da6724e1f7
commit f0ba7e05a8

View file

@ -22,9 +22,7 @@ function parseData() {
}; };
events.push(event); events.push(event);
} }
console.log(events);
//var matches = wiki_text.match();
//console.log(matches);
} }
); );
} }