1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Use a local copy of jquery so that the docs work in China, and offline too.

Docker-DCO-1.1-Signed-off-by: Sven Dowideit <SvenDowideit@docker.com> (github: SvenDowideit)
This commit is contained in:
Sven Dowideit 2014-09-05 11:48:34 +10:00
parent b0cff06c97
commit 5fe94f0d91
2 changed files with 7 additions and 1 deletions

View file

@ -110,7 +110,7 @@
{% include "footer.html" %}
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="/js/jquery-1.10.2.min.js"></script>
<script src="/js/jquery-scrolltofixed-min.js"></script>
<script src="/js/bootstrap-3.0.3.min.js"></script>
<script src="/js/prettify-1.0.min.js"></script>

File diff suppressed because one or more lines are too long