This commit is contained in:
2019-07-11 13:35:01 +02:00
parent f5f63eb222
commit 03b135929f

View File

@@ -57,7 +57,7 @@
//Start game //Start game
function listener() { function listener() {
var n = document.getElementById('n').value(); var n = document.getElementById('n').value;
getQuestions(n); getQuestions(n);
currentQuestion = 0; currentQuestion = 0;
rightAnswers = 0; rightAnswers = 0;