From b4cb4dd8f1847c80a992aed8c46802b15ca3233c Mon Sep 17 00:00:00 2001 From: algolfier Date: Sat, 6 Mar 2021 20:25:04 +0100 Subject: [PATCH] =?UTF-8?q?petits=20probl=C3=A8mes=20r=C3=A9solus?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SwichGIT/src/index.html | 2 +- SwichGIT/src/js/main.js | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/SwichGIT/src/index.html b/SwichGIT/src/index.html index e1e05be..7e843f1 100644 --- a/SwichGIT/src/index.html +++ b/SwichGIT/src/index.html @@ -76,7 +76,7 @@ diff --git a/SwichGIT/src/js/main.js b/SwichGIT/src/js/main.js index 4aa715c..c4a70f3 100644 --- a/SwichGIT/src/js/main.js +++ b/SwichGIT/src/js/main.js @@ -2650,7 +2650,7 @@ function functionLange(){ document.getElementById('lesRegles').textContent = 'Les Règles'; document.getElementById('textRules').textContent = 'Swish : Jeu de 60 cartes composé chacun de billes et de cerceaux, de 4 couleurs différentes possibles. 16 cartes sont posés sur une table et le joueur doit faire superposer des cartes de manière que chaque bille soit dans le cerceau de même couleur d’une autre carte.'; - + document.getElementById("textmode").textContent = "" + allModeFrench[selectionMode] } else{ @@ -2676,6 +2676,7 @@ function functionLange(){ document.getElementById('lesRegles').textContent = 'The Rules'; document.getElementById('textRules').textContent = 'Swish : Set of 60 cards each composed of balls and hoops, 4 different colors possible. 16 cards are placed on a table and the player has to lay cards on top of each other in such a way that each ball is in the same color hoop as another card.' + document.getElementById("textmode").textContent = "" + allModeEngl[selectionMode] } }