This commit is contained in:
KONE SOREL 2026-02-17 10:02:14 +00:00
parent 31c66c89e1
commit 38ab6a190a
2 changed files with 4 additions and 1 deletions

View File

@ -4546,6 +4546,9 @@ function lister_polices_client(id) {
vue = vues[id] || null; // null si id ne correspond à rien
if(vue != null){
donnees = 'vue'+vue;
$.ajax({
url: $("#racineWeb").val()+"Ajaxsessionvue/",
type : 'post',

View File

@ -687,7 +687,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
<!-- Application Scripts -->
<script src="/Js/fonctions.js?ver=2026.02.17.03"></script>
<script src="/Js/fonctions.js?ver=2026.02.17.04"></script>
<script type="text/javascript">
raffraichier_gabarit();