This commit is contained in:
armansansd
2021-09-15 18:06:05 +02:00
parent 5c915940ca
commit eccb63c031
6 changed files with 36 additions and 35 deletions

View File

@@ -300,9 +300,9 @@ if($(".page-node-type-programme").length > 0 || $(".page-node-type-projet").leng
if($(".field_partenaires").is(":visible")){
$(".field_partenaires").fadeOut("slow");
}else{
$(".field_partenaires").fadeIn("slow", function(
$(".field_partenaires").fadeIn("slow", function(){
$(this).css("display","grid")
));
});
}
});
@@ -317,7 +317,7 @@ if($(".page-node-type-programme").length > 0 || $(".page-node-type-projet").leng
});
}
};
//page about navigation :