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.
This commit is contained in:
James Turnbull 2014-09-05 08:51:09 -04:00
commit 712702aa79
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