aboutsummaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-10-09 15:21:03 -0700
committerChris Rebert <[email protected]>2013-10-09 16:36:15 -0700
commit5e652332d1d5b5c3c5e86da0938d571795ce6161 (patch)
tree0a8593b803bf718842a3baf9a9193a36b21f8415 /_includes
parentd72768a16abe811d987f2a38f980329260686114 (diff)
downloadbootstrap-5e652332d1d5b5c3c5e86da0938d571795ce6161.tar.xz
bootstrap-5e652332d1d5b5c3c5e86da0938d571795ce6161.zip
use CDN for jQuery instead of vendoring it; fixes part of #10989
Diffstat (limited to '_includes')
-rw-r--r--_includes/footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/footer.html b/_includes/footer.html
index 9e66c58a1..c791b4144 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -1,7 +1,7 @@
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
-<script src="{{ page.base_url }}docs-assets/js/jquery.js"></script>
+<script src="//code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="{{ page.base_url }}dist/js/bootstrap.js"></script>
<script src="http://platform.twitter.com/widgets.js"></script>