Skip to content

Commit

Permalink
put js tag on bottom of view for extra safety on load
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanELEC committed Aug 10, 2023
1 parent a475712 commit 461ef6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/steps/case_details/edit.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<%= javascript_import_module_tag 'offence_autocomplete' %>
<% title t('.page_title') %>
<% decision_step_header %>

Expand Down Expand Up @@ -26,3 +25,4 @@
<% end %>
</div>
</div>
<%= javascript_import_module_tag 'offence_autocomplete' %>

0 comments on commit 461ef6c

Please sign in to comment.