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] } }