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;