Upgrade jquery from 1.12.4 to 3.6.0 (#183)
This commit is contained in:
parent
1245b0c43f
commit
f13bc17d92
3 changed files with 3 additions and 6 deletions
5
snappass/static/jquery/jquery-1.12.4.min.js
vendored
5
snappass/static/jquery/jquery-1.12.4.min.js
vendored
File diff suppressed because one or more lines are too long
2
snappass/static/jquery/jquery-3.6.0.min.js
vendored
Normal file
2
snappass/static/jquery/jquery-3.6.0.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue