Skip to content

Commit

Permalink
Switch to minified Vue
Browse files Browse the repository at this point in the history
  • Loading branch information
jschwartzentruber committed Dec 24, 2024
1 parent 9e838c3 commit c66fc2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/crashmanager/templates/layouts/layout_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/themes/prism.min.css" integrity="sha512-tN7Ec6zAFaVSG3TpNAKtk4DOHNpSwKHxxrsiw4GHKESGPs5njn/0sMCUMl2svV4wo4BK/rCP7juYz+zx+l6oeQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="{% static 'css/default.css' %}">
<link rel="stylesheet" href="{% static 'main.css' %}">
<script src="https://unpkg.com/vue@3.4.21/dist/vue.global.js" integrity="sha512-HcrASPdMSe1yYbktoxd11Usijn0iUKvwINCiWyKDc8gZBG2zEI1K4No/s4skLpCwFQG38yxVuENURMeDUsoq9Q==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/vue/3.4.21/vue.global.prod.min.js" integrity="sha512-tltvjJD1pUnXVAp0L9id/mcR+zc0xsIKmPMJksEclJ6uEyI8D6eZWpR0jSVWUTXOKcmeBMyND+LQH4ECf/5WKg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
{% block css.shared %}{% endblock css.shared %}
{% block css.custom %}{% endblock css.custom %}
{% endblock css%}
Expand Down Expand Up @@ -84,7 +84,7 @@
</script>

{% block js.custom %}{% endblock js.custom %}
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/bootstrap-vue-next.umd.min.js" integrity="sha512-t9WHfCJcfpdWNpb3oFQ7WYU19fCeUuxzKrEgeRY9V4TTMx7sxVvvwf9Hkm+qsISDbb90vtJ55pfwNalSG+YT6A==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="//cdn.jsdelivr.net/npm/[email protected]/dist/bootstrap-vue-next.umd.min.js" integrity="sha512-t9WHfCJcfpdWNpb3oFQ7WYU19fCeUuxzKrEgeRY9V4TTMx7sxVvvwf9Hkm+qsISDbb90vtJ55pfwNalSG+YT6A==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
{% endblock js%}
{% if debug %}
<script>
Expand Down

0 comments on commit c66fc2d

Please sign in to comment.