Merge branch 'main' of git.ebene.ovh:ebene/radiantrh

This commit is contained in:
KANE LAZENI 2026-01-03 10:00:13 +00:00
commit 3f74242e8c
2 changed files with 8 additions and 4 deletions

View File

@ -1555,7 +1555,3 @@ function enregistrer_retrait()
});
}
function liste_avenant()
{
window.location.assign($("#racineWeb" ).val()+"Listeavenant/");
}

View File

@ -680,6 +680,14 @@ $activeChildId = $menuData['child'];
}, 1000); // Attendre 1s que tout soit initialisé
});
</script>
<script>
document.addEventListener('show.bs.modal', function (event) {
const modal = event.target;
if (modal && modal.parentNode !== document.body) {
document.body.appendChild(modal); // déplace le modal directement sous <body>
}
});
</script>
</body>
</html>