Correction du script
This commit is contained in:
parent
1e7c0c929d
commit
1cbec888f6
@ -43,6 +43,6 @@ $(document).ready(function(){
|
|||||||
});
|
});
|
||||||
|
|
||||||
//Démarrage du time
|
//Démarrage du time
|
||||||
timer = setInterval(updateInfo, nbSeconds*100);
|
timer = setInterval(updateInfo, nbSeconds*1000);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user