|
|
@ -287,6 +287,7 @@ function retour() {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
function creePartie() {
|
|
|
|
function creePartie() {
|
|
|
|
|
|
|
|
deckPartie = [];
|
|
|
|
carteselect = [];
|
|
|
|
carteselect = [];
|
|
|
|
while (document.getElementById("containcards").firstElementChild != null) {
|
|
|
|
while (document.getElementById("containcards").firstElementChild != null) {
|
|
|
|
document.getElementById("containcards").firstElementChild.remove();
|
|
|
|
document.getElementById("containcards").firstElementChild.remove();
|
|
|
|