Correction du script

This commit is contained in:
Michael RICOIS 2012-04-20 15:32:08 +00:00
parent 1e7c0c929d
commit 1cbec888f6

View File

@ -43,6 +43,6 @@ $(document).ready(function(){
});
//Démarrage du time
timer = setInterval(updateInfo, nbSeconds*100);
timer = setInterval(updateInfo, nbSeconds*1000);
});