Skip to content
Snippets Groups Projects
Commit a6fc30a2 authored by lecluse's avatar lecluse
Browse files

Initialisation de la pertinence du niveau de l'étape au chargement du formulaire

parent 5bc41bb1
No related branches found
No related tags found
No related merge requests found
......@@ -58,5 +58,6 @@ echo $this->form()->closeTag();
var pertinent = tfId in pertinencesNiveau && pertinencesNiveau[tfId];
pertinent ? niveau.attr('disabled', false): niveau.attr('disabled', true).val("");
});
$("select[name=type-formation]").change();
});
</script>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment