Update and include jquery in static

This commit is contained in:
George Lacey 2021-05-21 17:43:17 +01:00
parent 1b51eb38e2
commit 89b3a33745
2 changed files with 3 additions and 1 deletions

View File

@ -12,7 +12,7 @@
<link type="text/x-scss" href="{% static 'theme.scss' %}" rel="stylesheet" media="screen"> <link type="text/x-scss" href="{% static 'theme.scss' %}" rel="stylesheet" media="screen">
{% endcompress %} {% endcompress %}
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="{% static 'js/jquery-3.6.0.min.js' %}"></script>
{% block script %}{% endblock %} {% block script %}{% endblock %}
<style>{% block style %}{% endblock %}</style> <style>{% block style %}{% endblock %}</style>

2
borgweb/static/js/jquery-3.6.0.min.js vendored Normal file

File diff suppressed because one or more lines are too long