Nouvelle version, simplifiée

This commit is contained in:
2024-12-08 23:20:17 +01:00
parent c19140edc0
commit 07002843af
11 changed files with 129 additions and 162 deletions

6
public/script.js Normal file
View File

@@ -0,0 +1,6 @@
function afficherLaSuite() {
document.getElementById("nouveau-participant").setAttribute("type", "text");
document.getElementById("bouton-continuer").setAttribute("display", "inline");
}