This commit is contained in:
armansansd
2021-10-21 14:38:46 +02:00
parent 871e790157
commit 027bed62cf
4 changed files with 44 additions and 2 deletions

View File

@@ -239,11 +239,18 @@ $(function(){
//// PAGE POPSU ////
if($(".page-node-type-programme").length > 0 || $(".page-node-type-projet").length > 0 || $(".page-node-type-theme").length > 0){
$('.views-element-container header').click(function(){
$(this).parent().find(".view-grouping").fadeToggle();
$(this).parent().find(".views-row").fadeToggle();
});
$('.view-grouping-header').click(function(){
$(this).parent().find(".view-grouping-content").slideToggle();
})
//test hauteur
let hb = $(".block-region-second .body").height();
let ttp = 0;