wwd
This commit is contained in:
parent
ce324172d2
commit
c857bd7b09
@ -69,6 +69,9 @@ nav input {
|
|||||||
border: 3px solid black;
|
border: 3px solid black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.game.no-click {
|
||||||
|
cursor: default !important;
|
||||||
|
}
|
||||||
.text-center
|
.text-center
|
||||||
{
|
{
|
||||||
margin-top: 6%;
|
margin-top: 6%;
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
var timer = null;
|
var timer = null;
|
||||||
function decompte() {
|
function decompte() {
|
||||||
//on affiche i secondes
|
//on affiche i secondes
|
||||||
document.getElementById("decompte").innerHTML ="Redirection dans : "+i.toString()+" secondes";
|
document.getElementById("decompte").innerHTML =+i.toString()+" secondes";
|
||||||
if (i == 0)
|
if (i == 0)
|
||||||
{
|
{
|
||||||
document.getElementById("decompte").innerHTML = "Redirection..."; // quand i atteint 0 on affiche redirection
|
document.getElementById("decompte").innerHTML = "Redirection..."; // quand i atteint 0 on affiche redirection
|
||||||
|
Reference in New Issue
Block a user