diff options
| author | Chris Rebert <[email protected]> | 2015-12-24 18:30:25 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-01-10 23:54:17 -0800 |
| commit | 19d6301506bfde60eb7a93a1a6a0532cb79f6e0f (patch) | |
| tree | 2a9a79e751d5547f489d7701045db2f01f9fc17a /docs/examples/carousel | |
| parent | 6058dae624710e46b4efcd15aa94cfd7be18b674 (diff) | |
| download | bootstrap-19d6301506bfde60eb7a93a1a6a0532cb79f6e0f.tar.xz bootstrap-19d6301506bfde60eb7a93a1a6a0532cb79f6e0f.zip | |
docs: Add SRI hash for jQuery; refs #18665
Diffstat (limited to 'docs/examples/carousel')
| -rw-r--r-- | docs/examples/carousel/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/carousel/index.html b/docs/examples/carousel/index.html index b2faa5464..e098222a4 100644 --- a/docs/examples/carousel/index.html +++ b/docs/examples/carousel/index.html @@ -174,7 +174,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> |
