Fix : clic btn-photostation ne déclenche plus la navigation vers mode

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-04 12:42:26 +02:00
parent d66a9c2fa9
commit 8db27bf77d

View File

@@ -131,6 +131,7 @@ function setupEcranAccueil() {
// Toucher pour commencer (ignorer le bouton admin et le popup)
accueil.addEventListener('click', (e) => {
if (e.target.closest('.btn-admin')) return;
if (e.target.closest('.btn-photostation')) return;
allerA('mode');
});
}