Fix accolade manquante dans app.js (SyntaxError)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-07 13:04:34 +02:00
parent 9c608ba1c9
commit c919c420b7

View File

@@ -67,6 +67,7 @@ function appliquerMediaAccueil(media) {
video.classList.remove('cache'); video.classList.remove('cache');
video.play().catch(() => {}); video.play().catch(() => {});
} }
}
// --- Navigation --- // --- Navigation ---