|
|
@ -872,7 +872,7 @@ function chercheCombi3() {
|
|
|
|
//FONCTION DE TEST => permet de tester des fonctionnalite via le bouton VALIDER
|
|
|
|
//FONCTION DE TEST => permet de tester des fonctionnalite via le bouton VALIDER
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var cpt = 801;
|
|
|
|
var cpt = 1100;
|
|
|
|
var x;
|
|
|
|
var x;
|
|
|
|
var itv = 0;
|
|
|
|
var itv = 0;
|
|
|
|
|
|
|
|
|
|
|
@ -898,12 +898,12 @@ function decompte() {
|
|
|
|
clearInterval(itv);
|
|
|
|
clearInterval(itv);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if(cpt < 400) {
|
|
|
|
if(cpt < 550) {
|
|
|
|
document.getElementById("indicateur").style.backgroundColor = "orange";
|
|
|
|
document.getElementById("indicateur").style.backgroundColor = "orange";
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if(cpt < 100) {
|
|
|
|
if(cpt < 366) {
|
|
|
|
document.getElementById("indicateur").style.backgroundColor = "red";
|
|
|
|
document.getElementById("indicateur").style.backgroundColor = "red";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|