This commit is contained in:
alexandre-pereira 2015-03-20 23:47:19 +01:00
parent ce324172d2
commit c857bd7b09
2 changed files with 4 additions and 1 deletions

View File

@ -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%;

View File

@ -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