aboutsummaryrefslogtreecommitdiff
path: root/examples/carousel
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-10-09 20:05:21 -0700
committerMark Otto <[email protected]>2013-10-09 20:05:21 -0700
commit84413f6e29dccbf94a27e02c954bc91e3454aa80 (patch)
treece0ade2558bc4e2e392cd5d0cba821bad0872302 /examples/carousel
parent7016f02e519725f28cb73d0a99186092f0700a20 (diff)
parent5e652332d1d5b5c3c5e86da0938d571795ce6161 (diff)
downloadbootstrap-84413f6e29dccbf94a27e02c954bc91e3454aa80.tar.xz
bootstrap-84413f6e29dccbf94a27e02c954bc91e3454aa80.zip
Merge pull request #11013 from twbs/fix-10989
Use CDNs for more example JavaScripts
Diffstat (limited to 'examples/carousel')
-rw-r--r--examples/carousel/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/carousel/index.html b/examples/carousel/index.html
index c9a99cbd6..e5c3e0a31 100644
--- a/examples/carousel/index.html
+++ b/examples/carousel/index.html
@@ -15,7 +15,7 @@
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
- <script src="../../docs-assets/js/html5shiv.js"></script>
+ <script src="//oss.maxcdn.com/libs/html5shiv/3.6.2/html5shiv.js"></script>
<script src="../../docs-assets/js/respond.min.js"></script>
<![endif]-->
@@ -195,7 +195,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>