Squash jquery and popper together

This commit is contained in:
2021-02-22 23:41:42 +00:00
parent ff780f2042
commit 8505d5e93a
2 changed files with 5 additions and 4 deletions

View File

@@ -21,8 +21,7 @@
{% block css %}
{% endblock %}
<script src="{% static 'js/jquery.js' %}"></script>
<script src="{% static 'js/popper.js' %}"></script>
<script src="{% static 'js/jpop.js' %}" async></script>
{% block preload_js %}
{% endblock %}