From 3fa7df3bf169976db5014f6ca8d94306ca8d725d Mon Sep 17 00:00:00 2001 From: "fefe.clochette" Date: Tue, 9 Dec 2025 13:49:51 +0100 Subject: [PATCH] Auto-commit for deploy to production - 2025-12-09 13:49:51 --- assets/js/family-calendar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/family-calendar.js b/assets/js/family-calendar.js index a6beb1a..3cc3235 100644 --- a/assets/js/family-calendar.js +++ b/assets/js/family-calendar.js @@ -139,7 +139,7 @@ async function fetchSchoolHolidays(anneeScolaire, zoneLabel) { "https://data.education.gouv.fr/api/explore/v2.1/catalog/datasets/fr-en-calendrier-scolaire/records"; // On filtre uniquement sur l'année scolaire et la zone - const where = `annee_scolaire='${anneeScolaire}' AND zones LIKE '%${zoneLabel}%'`; + const where = `annee_scolaire='${anneeScolaire}' AND zones LIKE '%${zoneLabel}%' AND population in ('Élèves', '-')`; const params = new URLSearchParams({ where,