aboutsummaryrefslogtreecommitdiff
path: root/docs/4.0/examples/offcanvas
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2018-01-23 08:18:33 +0200
committerGitHub <[email protected]>2018-01-23 08:18:33 +0200
commit5068b437a45ffb9ab7b74620d9edec600b1a28aa (patch)
tree86f2deef9cf87735550db51a6973d2901e2a3184 /docs/4.0/examples/offcanvas
parent3e2fbd5fb064b4ac06e4a48a5a167c17b62e5896 (diff)
downloadbootstrap-5068b437a45ffb9ab7b74620d9edec600b1a28aa.tar.xz
bootstrap-5068b437a45ffb9ab7b74620d9edec600b1a28aa.zip
Update jQuery to v3.3.1. (#25398)
Diffstat (limited to 'docs/4.0/examples/offcanvas')
-rw-r--r--docs/4.0/examples/offcanvas/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/examples/offcanvas/index.html b/docs/4.0/examples/offcanvas/index.html
index e03f9f30c..eb85d1040 100644
--- a/docs/4.0/examples/offcanvas/index.html
+++ b/docs/4.0/examples/offcanvas/index.html
@@ -149,7 +149,7 @@
<!-- Bootstrap core JavaScript
================================================== -->
<!-- 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 src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></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>