n
This commit is contained in:
parent
0409766630
commit
9e983c4e97
|
|
@ -1530,7 +1530,7 @@ function recapituler_retrait()
|
|||
oTable.destroy();
|
||||
|
||||
setTimeout(function() {
|
||||
appliquerDataTable();
|
||||
appliquerDataTable('.tabliste');
|
||||
}, 500);
|
||||
},
|
||||
error: function(data) {
|
||||
|
|
@ -3525,6 +3525,7 @@ function liste_mouvemements_assures()
|
|||
},
|
||||
success: function(data) {
|
||||
$("#div_mvt").html(data);
|
||||
appliquerDataTable('.tabliste');
|
||||
},
|
||||
complete: function() {
|
||||
}
|
||||
|
|
|
|||
|
|
@ -638,7 +638,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
|
|||
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
||||
|
||||
<!-- Application Scripts -->
|
||||
<script src="/Js/fonctions.js?ver=2026.01.06.02"></script>
|
||||
<script src="/Js/fonctions.js?ver=2026.01.06.03"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
raffraichier_gabarit();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user