simplification enchainement actions
FossilOrigin-Name: aef7e1bd9d782fa88687992c0f96cbb18075fea30adfb41c4a3b4e10874469df
This commit is contained in:
parent
f2f360cfa0
commit
2a7f5ad834
2 changed files with 8 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue