From 2d57e0b66a7e25b1c6aad0352bb47d3c6e2d838a Mon Sep 17 00:00:00 2001 From: algolfier Date: Mon, 1 Feb 2021 09:07:25 +0100 Subject: [PATCH] =?UTF-8?q?bouton=20retour=20bug=20corrig=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SwichGIT/src/css/PartieGame.css | 2 +- SwichGIT/src/js/main.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/SwichGIT/src/css/PartieGame.css b/SwichGIT/src/css/PartieGame.css index 169c90e..205e3bc 100644 --- a/SwichGIT/src/css/PartieGame.css +++ b/SwichGIT/src/css/PartieGame.css @@ -94,7 +94,7 @@ height:10px; border-radius: 5px; margin-top: 80px; - + } diff --git a/SwichGIT/src/js/main.js b/SwichGIT/src/js/main.js index a73b5a7..f9df18e 100644 --- a/SwichGIT/src/js/main.js +++ b/SwichGIT/src/js/main.js @@ -307,6 +307,7 @@ function lancerpartie() { function retour() { document.getElementById("pageAccueil").style.visibility = "visible"; document.getElementById("pageGame").style.visibility = "hidden"; + window.location.reload(); } function rechargerGAME() {