From bf2f8fb2f46219409ed226da63844b226a1094a3 Mon Sep 17 00:00:00 2001 From: Florian Sylvain Date: Sun, 9 Jan 2022 04:17:48 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A1=20Added=20TODO=20(just=20in=20case?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ProjetProgWeb/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProjetProgWeb/app.js b/ProjetProgWeb/app.js index b4390d7..c8d8bf1 100644 --- a/ProjetProgWeb/app.js +++ b/ProjetProgWeb/app.js @@ -172,7 +172,7 @@ function displayResults(results, aCount) { hideLoading() showError(results.message) } else if (results.status === 200) { - initCharts(searchString, queryOption) + initCharts(searchString, queryOption) // TODO Ne pas faire si toggleSwitch désactivé ou si moins de 10 résultats count = aCount resultsArray = [] pagesNumbersContainer.style.display = 'flex'