typo
This commit is contained in:
@@ -129,7 +129,7 @@ function getQuestions() {
|
||||
if (this.readyState === 4 && this.status === 200) {
|
||||
console.log(JSON.parse(this.respnseText));
|
||||
|
||||
questions = JSON.parse(this.responseText));
|
||||
questions = JSON.parse(this.responseText);
|
||||
|
||||
//Wenn Inhalt geladen wurde
|
||||
showQuestion();
|
||||
|
Reference in New Issue
Block a user