sqaze
This commit is contained in:
parent
905a0e519e
commit
1e442e1c7a
|
|
@ -62104,7 +62104,7 @@ function afficherMasquerGarantiesBaremeLienParente() {
|
||||||
|
|
||||||
// 2. Cibler les éléments
|
// 2. Cibler les éléments
|
||||||
var divMasquer = $('#div_garanties_lienparente_masquer');
|
var divMasquer = $('#div_garanties_lienparente_masquer');
|
||||||
var icone = $("#span_bareme");
|
var icone = $("#span_garantie_lienparente");
|
||||||
|
|
||||||
if (masquerGarantieLienParente == "1") {
|
if (masquerGarantieLienParente == "1") {
|
||||||
// --- ACTION : FERMER ---
|
// --- ACTION : FERMER ---
|
||||||
|
|
@ -62126,7 +62126,7 @@ function afficherMasquerGarantiesBaremeLienParente() {
|
||||||
icone.attr('class', 'fas fa-chevron-up text-primary');
|
icone.attr('class', 'fas fa-chevron-up text-primary');
|
||||||
|
|
||||||
// --- ACCORDÉON : FERMER LES AUTRES ---
|
// --- ACCORDÉON : FERMER LES AUTRES ---
|
||||||
$("#masquerGarantieLienParente").val("1");
|
$("#masquerGarantie").val("1");
|
||||||
$("#masquerActe").val("1");
|
$("#masquerActe").val("1");
|
||||||
$("#masquerActeLienParente").val("1");
|
$("#masquerActeLienParente").val("1");
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user