Skip to content

Commit

Permalink
Merge pull request #5460 from avalonmediasystem/skip_to_content
Browse files Browse the repository at this point in the history
Update skip to main content link
  • Loading branch information
masaball authored Nov 7, 2023
2 parents 4efc54f + c4accf3 commit 3031d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/avalon.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Unless required by applicable law or agreed to in writing, software distributed
<body data-mountpoint="<%=main_app.root_path%>" <%= request.fullpath.include?('login_popup') ? 'onunload=closePopup()' : nil %> >
<div class="page-container">
<div class="content-wrapper">
<a id="skip-to-content" class="sr-only sr-only-focusable" href="#content">Skip to main content</a>
<a id="skip-to-content" class="sr-only sr-only-focusable" href="#iiif-media-player">Skip to main content</a>
<%= render partial: 'shared/modal' %>
<% if defined?(Samvera::Persona) %>
<%= render partial: 'modules/become_message' %>
Expand Down

0 comments on commit 3031d23

Please sign in to comment.