This commit is contained in:
armansansd
2021-10-15 13:29:52 +02:00
parent 6a4e494155
commit 35f1b59dbd
5 changed files with 14 additions and 5 deletions

View File

@@ -240,6 +240,7 @@ $(function(){
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();
});