Skip to content

Commit

Permalink
Move bootstrap bundle script to top of main app base
Browse files Browse the repository at this point in the history
Out of scope. This caused issues with tooltips and other things
  • Loading branch information
zediious committed Jun 12, 2024
1 parent de57ead commit be305a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion raptorWeb/templates/raptormc/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<meta property="og:image" content="{{ og_image }}" hx-preserve="true"/>
<script src="{% static 'javascript/src/dep/htmx.min.js' %}" hx-preserve="true"></script>
<script src="{% static 'javascript/src/dep/head-support.js' %}" hx-preserve="true"></script>
<script src="{% static 'javascript/src/dep/bootstrap.bundle.min.js' %}"></script>
<link rel="stylesheet" href="{% static 'css/raptormc.css' %}" hx-preserve="true">
<link rel="shortcut icon" type="image/x-icon"
href="{% if small_site_info.ico_image %}{{small_site_info.ico_image.url}}{% endif %}"
Expand Down Expand Up @@ -90,7 +91,6 @@
</main>

{% comment %} JS Imports {% endcomment %}
<script src="{% static 'javascript/src/dep/bootstrap.bundle.min.js' %}"></script>
<script src="{% static 'javascript/src/dep/jquery-3.6.1.min.js' %}"></script>
<script src="{% static 'javascript/src/dep/clipboard.min.js' %}"></script>
<script src="{% static 'javascript/src/backgroundScroll.js' %}"></script>
Expand Down

0 comments on commit be305a8

Please sign in to comment.