aboutsummaryrefslogtreecommitdiff
path: root/examples/theme
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 /examples/theme
parentd72768a16abe811d987f2a38f980329260686114 (diff)
downloadbootstrap-5e652332d1d5b5c3c5e86da0938d571795ce6161.tar.xz
bootstrap-5e652332d1d5b5c3c5e86da0938d571795ce6161.zip
use CDN for jQuery instead of vendoring it; fixes part of #10989
Diffstat (limited to 'examples/theme')
-rw-r--r--examples/theme/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/theme/index.html b/examples/theme/index.html
index a50b707e0..d0a2e425c 100644
--- a/examples/theme/index.html
+++ b/examples/theme/index.html
@@ -347,7 +347,7 @@
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
- <script src="../../docs-assets/js/jquery.js"></script>
+ <script src="//code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="../../dist/js/bootstrap.min.js"></script>
<script src="../../docs-assets/js/holder.js"></script>
</body>