From 58f5ec964dc9e4d7a8742c360256f89efdb92711 Mon Sep 17 00:00:00 2001 From: mpelissi Date: Mon, 13 Mar 2023 16:59:39 +0100 Subject: [PATCH] oublie variable skiped --- static/MAIN.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/MAIN.js b/static/MAIN.js index aceec05..a9e7e95 100644 --- a/static/MAIN.js +++ b/static/MAIN.js @@ -31,6 +31,7 @@ function init_variable(premier_appel){ which_clicked_bouton = -1 which_clicked_fleche = -1 bouton_raz_clicked = false + skiped = false // Au premier appel on init : les interactions if (premier_appel){interactions = [{"time" : new Date().getTime(), "type": "start"}]}