bouton retour bug corrigé

master
algolfier 4 years ago
parent 43feb42199
commit 2d57e0b66a

@ -94,7 +94,7 @@
height:10px;
border-radius: 5px;
margin-top: 80px;
}

@ -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() {

Loading…
Cancel
Save