oublie variable skiped

This commit is contained in:
mpelissi 2023-03-13 16:59:39 +01:00
parent f81ee02987
commit 58f5ec964d
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ function init_variable(premier_appel){
which_clicked_bouton = -1 which_clicked_bouton = -1
which_clicked_fleche = -1 which_clicked_fleche = -1
bouton_raz_clicked = false bouton_raz_clicked = false
skiped = false
// Au premier appel on init : les interactions // Au premier appel on init : les interactions
if (premier_appel){interactions = [{"time" : new Date().getTime(), "type": "start"}]} if (premier_appel){interactions = [{"time" : new Date().getTime(), "type": "start"}]}