Merge branch 'main' of git.ebene.ovh:ebene/radiantrh
This commit is contained in:
commit
3f74242e8c
|
|
@ -1555,7 +1555,3 @@ function enregistrer_retrait()
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
function liste_avenant()
|
|
||||||
{
|
|
||||||
window.location.assign($("#racineWeb" ).val()+"Listeavenant/");
|
|
||||||
}
|
|
||||||
|
|
|
||||||
|
|
@ -680,6 +680,14 @@ $activeChildId = $menuData['child'];
|
||||||
}, 1000); // Attendre 1s que tout soit initialisé
|
}, 1000); // Attendre 1s que tout soit initialisé
|
||||||
});
|
});
|
||||||
</script>
|
</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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user