aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/carousel
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2016-01-11 00:04:52 -0800
committerChris Rebert <[email protected]>2016-01-11 00:04:52 -0800
commit7752a5192ef18400ef1832468004298e71770052 (patch)
tree4910d4047770a4adbc9cfc05cdf415423abb5dc7 /docs/examples/carousel
parent6058dae624710e46b4efcd15aa94cfd7be18b674 (diff)
parent71443c503416156a3abbd0e617acee376fc4f14e (diff)
downloadbootstrap-7752a5192ef18400ef1832468004298e71770052.tar.xz
bootstrap-7752a5192ef18400ef1832468004298e71770052.zip
Merge pull request #18668 from twbs/fix-18665
Add SRI hashes for jQuery and Tether in docs
Diffstat (limited to 'docs/examples/carousel')
-rw-r--r--docs/examples/carousel/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/carousel/index.html b/docs/examples/carousel/index.html
index b2faa5464..5e01f8df0 100644
--- a/docs/examples/carousel/index.html
+++ b/docs/examples/carousel/index.html
@@ -174,9 +174,9 @@
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
+ <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js" integrity="sha384-8gBf6Y4YYq7Jx97PIqmTwLPin4hxIzQw5aDmUg/DDhul9fFpbbLcLh3nTIIDJKhx" crossorigin="anonymous"></script>
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
- <script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.1.1/js/tether.min.js"></script>
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.1.1/js/tether.min.js" integrity="sha384-MWq1Lnqj72tmjGdOKuNBn3E0gj3vWfy/1EmR5TVL8d8nGvwgy32YkCpKpTUhwBVv" crossorigin="anonymous"></script>
<script src="../../dist/js/bootstrap.min.js"></script>
<!-- Just to make our placeholder images work. Don't actually copy the next line! -->
<script src="../../assets/js/vendor/holder.min.js"></script>