diff --git a/Js/fonctions.js b/Js/fonctions.js
index dfea981..5d41960 100755
--- a/Js/fonctions.js
+++ b/Js/fonctions.js
@@ -48,7 +48,7 @@ $(function() {
dataTableSpeciale();
let nomForm = $("#nomForm").val();
-
+ /*
if(nomForm == "remboursementClassic")
{
if ($("#libelleFiltre").val() !== "") {
@@ -57,7 +57,7 @@ $(function() {
$("#container_libelle_filtre").hide();
}
}
-
+ */
});
function raffraichier_gabarit()
@@ -5413,6 +5413,7 @@ function toggleBeneficiaireSelection(checkbox, id) {
function lister_dossiers_classiques(filtre)
{
+
var libelle = "";
d1 = $("#d1").val();
@@ -5441,6 +5442,14 @@ function lister_dossiers_classiques(filtre)
}
+ /*
+ if ($("#libelleFiltre").val() !== "") {
+ $("#container_libelle_filtre").fadeIn();
+ } else {
+ $("#container_libelle_filtre").hide();
+ }
+ */
+
$("#libelleFiltre").val(libelle);
$("#filtre").val(filtre);
diff --git a/Vue/gabarit.php b/Vue/gabarit.php
index 2ebeaaa..bda5a04 100755
--- a/Vue/gabarit.php
+++ b/Vue/gabarit.php
@@ -663,7 +663,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
-
+