supression alert()

This commit is contained in:
TitouanDor
2026-05-27 21:29:19 +02:00
parent 530c9effb2
commit c5d04f6f1d
@@ -131,7 +131,6 @@
const checkbox = document.getElementById('cgv'); const checkbox = document.getElementById('cgv');
if (!checkbox.checked) { if (!checkbox.checked) {
checkbox.focus(); checkbox.focus();
alert("Please accept the general terms and conditions.");
return false; return false;
} }
return true; return true;