From 304766c38d1bcb97ec4163e3b8cd58f12f4447a1 Mon Sep 17 00:00:00 2001 From: Florian Sylvain Date: Sun, 9 Jan 2022 19:00:10 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Fixed=20log=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ProjetProgWeb/charts.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ProjetProgWeb/charts.js b/ProjetProgWeb/charts.js index d8ac275..22bc249 100644 --- a/ProjetProgWeb/charts.js +++ b/ProjetProgWeb/charts.js @@ -69,7 +69,7 @@ function initYearsChart(results) { }) chart1State = true - console.log("chargment graphique 1 terminé") + console.log("chargement graphique 1 terminé") } function initDisciplinesChart(results) { @@ -112,6 +112,7 @@ function initDisciplinesChart(results) { }) chart2State = true + console.log("chargement graphique 2 terminé") } function initEstablishmentsChart(results) { @@ -154,7 +155,7 @@ function initEstablishmentsChart(results) { }) chart3State = true - console.log("chargment graphique 3 terminé") + console.log("chargement graphique 3 terminé") } function initMapVisuals(data) {