Affichage bdd

master
frperalde 4 years ago
parent 90dd0a71f8
commit ace8554086

@ -489,7 +489,7 @@ cursor:pointer;
} }
#table_HS_Match { #table_HS_Match {
display: none; display: block;
} }
#table_HS_Timer { #table_HS_Timer {

@ -1089,9 +1089,9 @@ function lancerpartie() {
lesPoints = 0; lesPoints = 0;
document.getElementById("progressbar").style.visibility = "hidden"; document.getElementById("progressbar").style.display = "none";
document.getElementById('table_HS_Timer').style.visibility = "hidden"; document.getElementById('table_HS_Timer').style.display = "none";
document.getElementById('table_HS_Match').style.visibility = "hidden"; document.getElementById('table_HS_Match').style.display = "none";
var ready = true; var ready = true;
//fonction de creation de partie a changer en fonction du test voulu //fonction de creation de partie a changer en fonction du test voulu

Loading…
Cancel
Save