From c5d04f6f1d657bcc20b2fdffeaad97a82befae12 Mon Sep 17 00:00:00 2001 From: TitouanDor Date: Wed, 27 May 2026 21:29:19 +0200 Subject: [PATCH] supression alert() --- eboutic/templates/eboutic/eboutic_checkout.jinja | 1 - 1 file changed, 1 deletion(-) diff --git a/eboutic/templates/eboutic/eboutic_checkout.jinja b/eboutic/templates/eboutic/eboutic_checkout.jinja index 0532cad7..3907605e 100644 --- a/eboutic/templates/eboutic/eboutic_checkout.jinja +++ b/eboutic/templates/eboutic/eboutic_checkout.jinja @@ -131,7 +131,6 @@ const checkbox = document.getElementById('cgv'); if (!checkbox.checked) { checkbox.focus(); - alert("Please accept the general terms and conditions."); return false; } return true;