This commit is contained in:
2026-04-03 16:59:14 +00:00
parent a340a62cef
commit 1c90f92d3c
2 changed files with 75 additions and 27 deletions

View File

@@ -88824,12 +88824,14 @@ function modifier_lien_parente(idLien)
},
success: function(data)
{
donnees_retour = data;
},
complete: function()
{
$('#div_maj_lien').html(donnees_retour);
// 1. Injecter le contenu dans le conteneur de la modale
$('#div_maj_lien').html(data);
// 2. Initialiser et afficher la modale Bootstrap
var myModal = new bootstrap.Modal(document.getElementById('div_maj_lien'));
myModal.show();
}
});
}