mirror of
https://github.com/ae-utbm/sith.git
synced 2026-06-05 07:39:21 +00:00
supression alert()
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user