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 ---