This commit is contained in:
2026-03-26 00:30:27 +00:00
parent 84e19d5d74
commit 73eab2c9bf
2 changed files with 3 additions and 1 deletions

View File

@@ -92181,6 +92181,8 @@ function afficherMasquerActeBaremeLettre()
{
masquerActe = $("#masquerActe").val();
alert("masquerActe = "+masquerActe);
if(masquerActe == undefined){
masquerActe = "1";
}