From c919c420b7acd1bdd27276d0dae14d25aa967f38 Mon Sep 17 00:00:00 2001 From: Jules Date: Tue, 7 Apr 2026 13:04:34 +0200 Subject: [PATCH] Fix accolade manquante dans app.js (SyntaxError) Co-Authored-By: Claude Opus 4.6 (1M context) --- frontend/js/app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/js/app.js b/frontend/js/app.js index 3e1809d..eec903a 100644 --- a/frontend/js/app.js +++ b/frontend/js/app.js @@ -67,6 +67,7 @@ function appliquerMediaAccueil(media) { video.classList.remove('cache'); video.play().catch(() => {}); } +} // --- Navigation ---