This commit is contained in:
@@ -240,7 +240,12 @@ $(function(){
|
||||
|
||||
if($(".page-node-type-programme").length > 0 || $(".page-node-type-projet").length > 0 || $(".page-node-type-theme").length > 0){
|
||||
|
||||
|
||||
$(".field_ressources_liees article").each(function(){
|
||||
let title = $(this).find("h2").clone();
|
||||
$(this).find("h2").remove();
|
||||
$(this).find("div").first().append(title);
|
||||
|
||||
})
|
||||
|
||||
$('.views-element-container header').click(function(){
|
||||
$(this).parent().find(".view-grouping").fadeToggle();
|
||||
|
Reference in New Issue
Block a user