1
0
mirror of https://github.com/docker/cli.git synced 2026-01-15 07:40:57 +03:00

Merge pull request #7894 from SvenDowideit/use-local-jquery

Use a local copy of jquery so that the docs work in China, and offline too.
Upstream-commit: 712702aa79d973063e8eac051c330c207c6c534f
Component: engine
This commit is contained in:
James Turnbull
2014-09-05 08:51:09 -04:00
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