Skip to content

Commit

Permalink
Move javascript include tag to end to avoid initialization issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines committed Nov 23, 2024
1 parent 14f7ac5 commit 1abed35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/views/profile/edit.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<%= stylesheet_link_tag 'profile' %>
<%= javascript_include_tag 'profile' %>

<div class="container-md">

Expand Down Expand Up @@ -119,3 +118,5 @@

<!-- 🔘 User Request Data Modal -->
<%= render partial: 'profile/request_data_modal' %>

<%= javascript_include_tag 'profile' %>

0 comments on commit 1abed35

Please sign in to comment.