Skip to content
Snippets Groups Projects
Commit 64f0fd59 authored by Michael Lee's avatar Michael Lee
Browse files

Merge branch 'canini-3' into 'main'

accessibility fix

See merge request !132
parents d70686f8 d10dbf35
No related branches found
No related tags found
1 merge request!132accessibility fix
......@@ -324,6 +324,10 @@ jQuery(document).ready(function(){
}
//-----END VIEW TABLE SORT ACCESSIBILITY---------//
//----discover btn accessibility fix (removes aria-pressed) -- can remove js once site is on Bootstrap 5----//
jQuery("#views-exposed-form-discover-your-path-page-1 .panel-heading a").removeAttr("aria-pressed");
//----END discover btn accessibility fix-------------------------------------------------------------------//
});
// window.addEventListener("load", function(event) {
......
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