Skip to content

Commit

Permalink
Change html comment to code comment
Browse files Browse the repository at this point in the history
- I find this comment distracting when I go to look at the html source
- I think it's more appropriate as a code comment that will not display on every page of the application
  • Loading branch information
maxkadel committed Jan 9, 2023
1 parent ac78d93 commit df92d63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@
<%= render partial: 'show_digital_content', locals: { document: @document } %>
<% end %>
<%= render :partial => 'shared/footer' %>
<!-- This is an odd location for a script tag in rails, but this was the place that made the select work correctly
I tried many different spots in the rails pipeline, but none of them worked fully. -->
<%# This is an odd location for a script tag in rails, but this was the place that made the select work correctly
I tried many different spots in the rails pipeline, but none of them worked fully.%>
<script src="https://developer.snapappointments.com/bootstrap-select/dist,_js,_bootstrap-select.min.js+search,_main.js+js,_base.js.pagespeed.jc.TbEa0Z3RJi.js"></script><script>eval(mod_pagespeed_2HaUiZdTC$);</script>
</body>
</html>

0 comments on commit df92d63

Please sign in to comment.