diff options
| author | Mark Otto <[email protected]> | 2016-12-28 22:18:22 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-12-31 00:52:08 -0800 |
| commit | 3d6c4736966246c863557b52b25eac52a5bddba2 (patch) | |
| tree | 3555291bf06bc345db5238c401671aead8948ef0 /docs/examples/offcanvas | |
| parent | 719318f4854d398874ee2cb04f788b758fe8cc05 (diff) | |
| download | bootstrap-3d6c4736966246c863557b52b25eac52a5bddba2.tar.xz bootstrap-3d6c4736966246c863557b52b25eac52a5bddba2.zip | |
switch to jquery slim, update examples to use code.jquery.com cdn
Diffstat (limited to 'docs/examples/offcanvas')
| -rw-r--r-- | docs/examples/offcanvas/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/offcanvas/index.html b/docs/examples/offcanvas/index.html index 1e20591b5..066c711ca 100644 --- a/docs/examples/offcanvas/index.html +++ b/docs/examples/offcanvas/index.html @@ -127,7 +127,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/3.0.0/jquery.min.js" integrity="sha384-THPy051/pYDQGanwU6poAc/hOdQxjnOEXzbT+OuUAFqNqFjL+4IGLBgCJC3ZOShY" crossorigin="anonymous"></script> + <script src="https://code.jquery.com/jquery-3.1.1.slim.min.js" integrity="sha384-A7FZj7v+d/sdmMqp/nOQwliLvUsJfDHW+k9Omg/a/EheAdgtzNs3hpfag6Ed950n" 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.2.0/js/tether.min.js" integrity="sha384-Plbmg8JY28KFelvJVai01l8WyZzrYWG825m+cZ0eDDS1f7d/js6ikvy1+X+guPIB" crossorigin="anonymous"></script> <script src="../../dist/js/bootstrap.min.js"></script> |
