aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/getting-started/template.html
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2018-09-26 08:45:15 +0300
committerXhmikosR <[email protected]>2018-10-08 20:12:34 +0300
commit4ebaca2b58af1330eab26a3840ae654639360f23 (patch)
tree18dc2f5ef58ece3e237b8d4fd193b3743a023c76 /docs/_includes/getting-started/template.html
parent44b3a3f1a2804f33ed65a9a5f47b64c680cf1786 (diff)
downloadbootstrap-4ebaca2b58af1330eab26a3840ae654639360f23.tar.xz
bootstrap-4ebaca2b58af1330eab26a3840ae654639360f23.zip
Switch to jQuery's CDN and use SRI.
Diffstat (limited to 'docs/_includes/getting-started/template.html')
-rw-r--r--docs/_includes/getting-started/template.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/getting-started/template.html b/docs/_includes/getting-started/template.html
index b28c1d4f0..b6a72b567 100644
--- a/docs/_includes/getting-started/template.html
+++ b/docs/_includes/getting-started/template.html
@@ -28,7 +28,7 @@
<h1>Hello, world!</h1>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
- <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>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
</body>