Skip to content
Snippets Groups Projects
Commit ba1c93a5 authored by Olivia206's avatar Olivia206
Browse files

added hidden class to entire block

parent 5f70c654
No related branches found
No related tags found
No related merge requests found
......@@ -28,8 +28,8 @@ class BlockPartners {
this.listen(map);
this.getMapBounds(map);
} else {
this.content.classList.add(this.classHidden);
this.content.setAttribute("aria-hidden", "true")
this.dom.classList.add(this.classHidden);
this.dom.setAttribute("aria-hidden", "true")
return;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment