diff --git a/SwichGIT/src/css/PageDaccueil.css b/SwichGIT/src/css/PageDaccueil.css index 6b69b15..20204a6 100644 --- a/SwichGIT/src/css/PageDaccueil.css +++ b/SwichGIT/src/css/PageDaccueil.css @@ -489,7 +489,7 @@ cursor:pointer; } #table_HS_Match { - display: none; + display: block; } #table_HS_Timer { diff --git a/SwichGIT/src/js/main.js b/SwichGIT/src/js/main.js index 2233e4e..00d4b4b 100644 --- a/SwichGIT/src/js/main.js +++ b/SwichGIT/src/js/main.js @@ -1089,9 +1089,9 @@ function lancerpartie() { lesPoints = 0; - document.getElementById("progressbar").style.visibility = "hidden"; - document.getElementById('table_HS_Timer').style.visibility = "hidden"; - document.getElementById('table_HS_Match').style.visibility = "hidden"; + document.getElementById("progressbar").style.display = "none"; + document.getElementById('table_HS_Timer').style.display = "none"; + document.getElementById('table_HS_Match').style.display = "none"; var ready = true; //fonction de creation de partie a changer en fonction du test voulu