correctif pagination, disabled et maj remboursement

This commit is contained in:
2024-01-29 14:11:01 +01:00
parent e4574d7ff4
commit 5fccd17767
5 changed files with 14 additions and 4 deletions

View File

@@ -174,7 +174,7 @@ $(document).on('click', '#sendFileBtn', function () {
method: "POST",
data: data,
}).done(function () {
location.reload();
//location.reload();
})
})