diff --git a/SRC/public/css/frontend.css b/SRC/public/css/frontend.css index f9030bc..37bcf37 100755 --- a/SRC/public/css/frontend.css +++ b/SRC/public/css/frontend.css @@ -69,6 +69,9 @@ nav input { border: 3px solid black; } +.game.no-click { + cursor: default !important; +} .text-center { margin-top: 6%; diff --git a/SRC/resources/views/frontend/games.blade.php b/SRC/resources/views/frontend/games.blade.php index 2ab383a..384c952 100755 --- a/SRC/resources/views/frontend/games.blade.php +++ b/SRC/resources/views/frontend/games.blade.php @@ -36,7 +36,7 @@ var timer = null; function decompte() { //on affiche i secondes - document.getElementById("decompte").innerHTML ="Redirection dans : "+i.toString()+" secondes"; + document.getElementById("decompte").innerHTML =+i.toString()+" secondes"; if (i == 0) { document.getElementById("decompte").innerHTML = "Redirection..."; // quand i atteint 0 on affiche redirection