simplification enchainement actions

FossilOrigin-Name: aef7e1bd9d782fa88687992c0f96cbb18075fea30adfb41c4a3b4e10874469df
This commit is contained in:
engel 2022-02-08 10:25:54 +00:00
parent f2f360cfa0
commit 2a7f5ad834
2 changed files with 8 additions and 3 deletions

View file

@ -127,6 +127,11 @@ function afficherMasquer(formulaire, nomClasse1, nomClasse2) {
}
}
// aiguiller la suite vers la page passée en paramètre
function aiguiller(formulaire, pageSuivante) {
formulaire.action = pageSuivante + ".php";
}
// inutilisé
function activerDesactiverRadio(evt) {
var idCase = evt.target;