This commit is contained in:
armansansd 2022-05-10 15:25:42 +02:00
parent 7cce07831f
commit f3a17ada41
2 changed files with 6 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -438,5 +438,10 @@ if($(".page-node-type-static").length > 0){
}); });
} }
//hide empty or unclickable sidebar
if($(".block-region-first").find("a").length == 0 ){
$(".block-region-first").hide();
};
}); });