@@ -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();
+};
+