1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-13 02:05:40 +08:00

chore(website): bundle jquery 1.7.1

This commit is contained in:
wsdjeg 2023-09-25 19:25:00 +08:00
parent 02c93e237e
commit 1fae37933e
2 changed files with 5 additions and 5 deletions

View File

@ -44,12 +44,8 @@
></script>
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<link rel="stylesheet" href="{{ '/assets/css/main.css' | relative_url }}" />
{% if page.lang == "zh" %}
<script src="https://cdn.bootcss.com/jquery/1.7.1/jquery.min.js"></script>
{% else %}
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
{% endif %}
<script src="{{ '/assets/js/respond.js' | relative_url }}"></script>
<script src="{{ '/assets/js/jquery.1.7.1.min.js' | relative_url }}"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>

4
docs/assets/js/jquery.1.7.1.min.js vendored Normal file

File diff suppressed because one or more lines are too long