Upgrade jquery from 1.12.4 to 3.6.0 (#183)

This commit is contained in:
Yuru Shao 2022-06-28 11:59:52 -07:00 committed by GitHub
parent 1245b0c43f
commit f13bc17d92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 6 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -19,7 +19,7 @@
</nav>
{% block content %}{% endblock %}
<script src="{{ config.STATIC_URL }}/jquery/jquery-1.12.4.min.js"></script>
<script src="{{ config.STATIC_URL }}/jquery/jquery-3.6.0.min.js"></script>
<script src="{{ config.STATIC_URL }}/bootstrap/js/bootstrap.min.js"></script>
{% block js %}{% endblock %}
</body>