This commit is contained in:
parent
7cce07831f
commit
f3a17ada41
File diff suppressed because one or more lines are too long
@ -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();
|
||||
};
|
||||
|
||||
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user