From d140e6d9f105afa0743ea812d1e1e1152803ef84 Mon Sep 17 00:00:00 2001 From: structix Date: Thu, 11 Jul 2019 13:08:00 +0200 Subject: [PATCH] typo --- uebung10/quiz.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uebung10/quiz.html b/uebung10/quiz.html index 607c708..d536e69 100644 --- a/uebung10/quiz.html +++ b/uebung10/quiz.html @@ -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();