From 1848ab3800d8e49c2ff5820810a61c4cf74f54e7 Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Thu, 19 Mar 2026 08:47:48 +0000 Subject: [PATCH] fgh --- Js/fonctions.js | 4 ++-- Vue/Detailbaremepriseencharge/index.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Js/fonctions.js b/Js/fonctions.js index 36ef2eea..1cf11662 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -63643,14 +63643,14 @@ function afficherDetailBareme() $('#div_bareme').hide(); $("#masquerBareme").val("0"); //$("#span_bareme").text("[+]"); - document.getElementById("span_bareme").className = "fa fa-chevron-down ms-4 text-primary fw-bold"; + document.getElementById("span_bareme").className = "fa fa-chevron-down"; }else{ $('#div_bareme').show(); $("#masquerBareme").val("1"); //$("#dateEffetGarantie").focus(); //$("#span_bareme").text("[-]"); - document.getElementById("span_bareme").className = "fa fa-chevron-up ms-4 text-primary fw-bold"; + document.getElementById("span_bareme").className = "fa fa-chevron-up"; init_saisie_detailbareme(); actualiser_detailbareme(); diff --git a/Vue/Detailbaremepriseencharge/index.php b/Vue/Detailbaremepriseencharge/index.php index 79641063..e8ff37cd 100755 --- a/Vue/Detailbaremepriseencharge/index.php +++ b/Vue/Detailbaremepriseencharge/index.php @@ -61,7 +61,7 @@