réglage sidebar et design evenement

This commit is contained in:
armansansd
2022-01-18 13:33:12 +01:00
parent cfb3d6b4cc
commit 0ed35bbf6a
4 changed files with 15 additions and 4 deletions

View File

@@ -238,7 +238,7 @@ $(function(){
//// PAGE POPSU ////
if($(".page-node-type-programme").length > 0 || $(".page-node-type-projet").length > 0 || $(".page-node-type-theme").length > 0){
if($(".page-node-type-programme").length > 0 || $(".page-node-type-projet").length > 0 || $(".page-node-type-theme").length > 0 || $(".page-node-type-evenement").length > 0){
$(".field_ressources_liees article").each(function(){
let title = $(this).find("h2").clone();