Skip to content

Commit

Permalink
VACMS:13555 remove hidden attribute for skip to content (#1716)
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Kim
  • Loading branch information
chriskim2311 authored Sep 25, 2023
1 parent c2afd89 commit 75616b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/site/includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@
<script nonce="**CSP_NONCE**" type="text/javascript">
function focusContent(e) {
e.preventDefault();
e.target.hidden = true;
const contentElement = document.querySelector('#content h1') || document.querySelector('#content');
contentElement.setAttribute('tabindex', '-1');
contentElement.addEventListener('blur', function(event) {
Expand Down

0 comments on commit 75616b4

Please sign in to comment.