|
@@ -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;
|