From 17154ce6f344e00b78d80ae4fab4397f9800b96b Mon Sep 17 00:00:00 2001 From: Yannis Date: Mon, 16 Nov 2020 06:55:55 +0100 Subject: [PATCH] Correction de Code --- SwichGIT/src/js/main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/SwichGIT/src/js/main.js b/SwichGIT/src/js/main.js index c63e719..2fe4cf3 100644 --- a/SwichGIT/src/js/main.js +++ b/SwichGIT/src/js/main.js @@ -287,6 +287,7 @@ function retour() { } function creePartie() { + deckPartie = []; carteselect = []; while (document.getElementById("containcards").firstElementChild != null) { document.getElementById("containcards").firstElementChild.remove();