This commit is contained in:
2019-07-11 13:08:00 +02:00
parent 7ffbaf430d
commit d140e6d9f1

View File

@@ -129,7 +129,7 @@ function getQuestions() {
if (this.readyState === 4 && this.status === 200) { if (this.readyState === 4 && this.status === 200) {
console.log(JSON.parse(this.respnseText)); console.log(JSON.parse(this.respnseText));
questions = JSON.parse(this.responseText)); questions = JSON.parse(this.responseText);
//Wenn Inhalt geladen wurde //Wenn Inhalt geladen wurde
showQuestion(); showQuestion();