Commit fb7c3e36 authored by Victor_Friboulet's avatar Victor_Friboulet
Browse files

merge conflict

parent da0dfbe1
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -86,24 +86,14 @@ function onSelectionneVille(){
function afficherMeteo(weatherCard){
    labelVille.textContent = weatherCard.Ville();
    
<<<<<<< HEAD
    labelBref.textContent = " :" + weatherCard.meteo(0);
=======
    labelBref.textContent = "Temps :" + weatherCard.meteo();
>>>>>>> d4c2a5017a25d771f0ee3379c37cfa00204bee75
    
    labelTemperatureMin.textContent = `${weatherCard.TempMin(0)} °C`;
    labelTemperatureMax.textContent = `${weatherCard.TempMax(0)} °C`;

<<<<<<< HEAD
    labelPluie.textContent = weatherCard.pourcentPluie(0) + "%";
    
    labelEnsoleillement.textContent =  `${weatherCard.ensoleillement(0)} heures`;
=======
    labelPluie.textContent = weatherCard.pourcentPluie() + "%";
    
    labelEnsoleillement.textContent =  `${weatherCard.ensoleillement()} heures`;
>>>>>>> d4c2a5017a25d771f0ee3379c37cfa00204bee75

    actualiserArrierePlan(weatherCard);