Skip to content

Commit

Permalink
removal of in line event (#4842)
Browse files Browse the repository at this point in the history
Co-authored-by: Brad Bodine <[email protected]>
  • Loading branch information
anncaballeroo and bbodine1 committed Dec 25, 2024
1 parent 107ccac commit da31a40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</div>
<div class="modal-footer">
<%= h(link_to l10n(".logout"), destroy_user_session_path, method: "delete", class: "button outline", tabindex: "0") %>
<span tabindex="0", onkeydown="handleButtonKeyDown(event, 'stay-logged-in')", id="stay-logged-in" class="button" data-dismiss="modal"><%= l10n("faa.stay_logged_in") %></span>
<span tabindex="0" data-keydown-id="stay-logged-in" id="stay-logged-in" class="button" data-dismiss="modal"><%= l10n("faa.stay_logged_in") %></span>
</div>
</div>
</div>
Expand Down

0 comments on commit da31a40

Please sign in to comment.