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');
|
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;
|
||||||
|
|||||||
Reference in New Issue
Block a user