This commit is contained in:
armansansd 2021-11-22 16:06:47 +01:00
parent 2f2c280c92
commit f130d6465e
2 changed files with 4 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -302,6 +302,9 @@ if($(".page-node-type-programme").length > 0 || $(".page-node-type-projet").leng
$(this).toggleClass("rotate");
});
//oucvrir le premier
$(".field_titre")[0].click();
$(".field_equipes").parent().find("h2").on("click", function(){
$(this).toggleClass("rotate");
if($(".field_equipes").is(":visible")){