From 3184b38927ff459cca50ee2958860b5dac817c22 Mon Sep 17 00:00:00 2001 From: Ache Date: Sat, 27 Aug 2016 00:30:27 +0200 Subject: Fix reset count --- synhestesis.js | 1 + 1 file changed, 1 insertion(+) diff --git a/synhestesis.js b/synhestesis.js index 2918b07..ef7a83e 100644 --- a/synhestesis.js +++ b/synhestesis.js @@ -61,6 +61,7 @@ function handleFileSelect(evt) { function reset() { cmpGood = 0 cmpBad = 0 + indexRes = 0 res = last; shuffle(res.answer); compteurSpan.innerText = "0/" + res.answer.length; -- cgit v1.2.3