From ab35f7deef1a283d259d9925d66f0a12cd640e06 Mon Sep 17 00:00:00 2001 From: Cedric Date: Sun, 21 Jun 2026 13:51:55 +0200 Subject: [PATCH] Actualiser js/public.js --- js/public.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/js/public.js b/js/public.js index cce373b..5ead1e9 100644 --- a/js/public.js +++ b/js/public.js @@ -150,15 +150,6 @@ function renderPublicGrid() { ? `
${f.title}
` : `
Pas d'affiche
`; - let streamingBadge = ''; - if (f.type === 'critique') { - if (f.streaming && f.streaming !== 'Disponible en support physique ou Cinéma') { - streamingBadge = `
📺 ${f.streaming.split(',')[0]}
`; - } else { - streamingBadge = `
🎟️ Physique / Cinéma
`; - } - } - if (f.type === 'critique') { const starsHTML = getStarsHTML(f.rating) + `${parseFloat(f.rating)}`; card.innerHTML = `