diff options
| author | XhmikosR <[email protected]> | 2018-09-26 08:45:15 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-10-08 20:12:34 +0300 |
| commit | 4ebaca2b58af1330eab26a3840ae654639360f23 (patch) | |
| tree | 18dc2f5ef58ece3e237b8d4fd193b3743a023c76 /docs/examples/theme | |
| parent | 44b3a3f1a2804f33ed65a9a5f47b64c680cf1786 (diff) | |
| download | bootstrap-4ebaca2b58af1330eab26a3840ae654639360f23.tar.xz bootstrap-4ebaca2b58af1330eab26a3840ae654639360f23.zip | |
Switch to jQuery's CDN and use SRI.
Diffstat (limited to 'docs/examples/theme')
| -rw-r--r-- | docs/examples/theme/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/theme/index.html b/docs/examples/theme/index.html index eb4d5e6a1..17b20072f 100644 --- a/docs/examples/theme/index.html +++ b/docs/examples/theme/index.html @@ -634,7 +634,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/1.12.4/jquery.min.js"></script> + <script src="https://code.jquery.com/jquery-1.12.4.min.js" integrity="sha384-nvAa0+6Qg9clwYCGGPpDQLVpLNn0fRaROjHqs13t4Ggj3Ez50XnGQqc/r8MhnRDZ" crossorigin="anonymous"></script> <script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script> <script src="../../dist/js/bootstrap.min.js"></script> <script src="../../assets/js/docs.min.js"></script> |
