aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/offcanvas
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-12-24 18:30:25 -0700
committerChris Rebert <[email protected]>2016-01-10 23:54:17 -0800
commit19d6301506bfde60eb7a93a1a6a0532cb79f6e0f (patch)
tree2a9a79e751d5547f489d7701045db2f01f9fc17a /docs/examples/offcanvas
parent6058dae624710e46b4efcd15aa94cfd7be18b674 (diff)
downloadbootstrap-19d6301506bfde60eb7a93a1a6a0532cb79f6e0f.tar.xz
bootstrap-19d6301506bfde60eb7a93a1a6a0532cb79f6e0f.zip
docs: Add SRI hash for jQuery; refs #18665
Diffstat (limited to 'docs/examples/offcanvas')
-rw-r--r--docs/examples/offcanvas/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/offcanvas/index.html b/docs/examples/offcanvas/index.html
index fcba68886..0b51c2453 100644
--- a/docs/examples/offcanvas/index.html
+++ b/docs/examples/offcanvas/index.html
@@ -104,7 +104,7 @@
<!-- 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="../../dist/js/bootstrap.min.js"></script>