Skip to content
Snippets Groups Projects
Commit 074c7fbb authored by Teal Bauer's avatar Teal Bauer
Browse files

fix: Ensure JS event listeners use turbo:load

Replaces DOMContentLoaded with turbo:load in several views
to ensure JavaScript behaviors (like toggles, modals, and tabs)
are correctly initialized after Turbo Drive navigations.

This addresses issues where UI elements would not function
correctly after a Turbo navigation until a full page reload.

Affected files:
- app/views/devise/registrations/edit.html.erb
- app/views/admin/conferences/import_history.html.erb
- app/views/shared/_admin_nav.html.erb
- app/views/layouts/application.html.erb
- app/views/admin/conferences/import_progress.html.erb
- app/views/assignments/by_user.html.erb

Cleaned up redundant listeners in application.html.erb and
_admin_nav.html.erb.
parent 37bfd82d
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment