aboutsummaryrefslogtreecommitdiff
path: root/docs/4.0/examples/carousel
diff options
context:
space:
mode:
authorVasilii Artemchuk <[email protected]>2017-11-08 02:11:04 +0300
committerXhmikosR <[email protected]>2017-11-08 01:11:04 +0200
commit9deb1c677cc77a2bd2db03bacc8d2f271c772671 (patch)
treeaa696ab7d8e85c0d189f60b6d2030d40c01c0753 /docs/4.0/examples/carousel
parent4bacf8dd04b4bbc52dcc697a5ee713fb2c0bb368 (diff)
downloadbootstrap-9deb1c677cc77a2bd2db03bacc8d2f271c772671.tar.xz
bootstrap-9deb1c677cc77a2bd2db03bacc8d2f271c772671.zip
Use correct jQuery name in docs (#24712)
Diffstat (limited to 'docs/4.0/examples/carousel')
-rw-r--r--docs/4.0/examples/carousel/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/examples/carousel/index.html b/docs/4.0/examples/carousel/index.html
index 48ad622d8..9d3ef4ffd 100644
--- a/docs/4.0/examples/carousel/index.html
+++ b/docs/4.0/examples/carousel/index.html
@@ -179,7 +179,7 @@
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
- <script>window.jQuery || document.write('<script src="../../../../assets/js/vendor/jquery.min.js"><\/script>')</script>
+ <script>window.jQuery || document.write('<script src="../../../../assets/js/vendor/jquery-slim.min.js"><\/script>')</script>
<script src="../../../../assets/js/vendor/popper.min.js"></script>
<script src="../../../../dist/js/bootstrap.min.js"></script>
<!-- Just to make our placeholder images work. Don't actually copy the next line! -->