typo
This commit is contained in:
@@ -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();
|
||||||
|
Reference in New Issue
Block a user