Upgrade jQuery in mkdocs theme (#3286)

This commit is contained in:
Dominique Fober
2023-07-07 14:42:24 +02:00
committed by GitHub
parent 21c618a1c6
commit 65c0590e22
3 changed files with 3 additions and 7 deletions

View File

@@ -189,7 +189,7 @@
</footer>
{%- block scripts %}
<script src="{{ 'js/jquery-1.10.2.min.js'|url }}"></script>
<script src="{{ 'js/jquery-3.6.0.min.js'|url }}"></script>
<script src="{{ 'js/bootstrap.min.js'|url }}"></script>
<script>
var base_url = {{ base_url|tojson }},

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long