Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Drupal Upstream
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ASC IRIS Web Services
Drupal Upstream
Commits
64f0fd59
Commit
64f0fd59
authored
9 months ago
by
Michael Lee
Browse files
Options
Downloads
Plain Diff
Merge branch 'canini-3' into 'main'
accessibility fix See merge request
!132
parents
d70686f8
d10dbf35
No related branches found
Branches containing commit
No related tags found
1 merge request
!132
accessibility fix
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
web/themes/asc_bootstrap_bux/js/scripts.js
+4
-0
4 additions, 0 deletions
web/themes/asc_bootstrap_bux/js/scripts.js
with
4 additions
and
0 deletions
web/themes/asc_bootstrap_bux/js/scripts.js
+
4
−
0
View file @
64f0fd59
...
...
@@ -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) {
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment