Browse Source

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.
James Turnbull 11 years ago
parent
commit
712702aa79
2 changed files with 4 additions and 1 deletions
  1. 1 1
      docs/theme/mkdocs/base.html
  2. 3 0
      docs/theme/mkdocs/js/jquery-1.10.2.min.js

+ 1 - 1
docs/theme/mkdocs/base.html

@@ -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 it is too large
+ 3 - 0
docs/theme/mkdocs/js/jquery-1.10.2.min.js


Some files were not shown because too many files changed in this diff