wwd
This commit is contained in:
parent
ce324172d2
commit
c857bd7b09
@ -69,6 +69,9 @@ nav input {
|
||||
border: 3px solid black;
|
||||
}
|
||||
|
||||
.game.no-click {
|
||||
cursor: default !important;
|
||||
}
|
||||
.text-center
|
||||
{
|
||||
margin-top: 6%;
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user