diff options
| author | Mark Otto <[email protected]> | 2017-06-14 20:31:43 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-06-14 20:31:43 -0700 |
| commit | d7302c221aa5688edb6323d754a4b7dd508759e3 (patch) | |
| tree | 491ceb2b48aee35391da626170eff9d8544d51bb /docs/4.0/examples/offcanvas | |
| parent | c2b68104b65531db02e1f56ef51199ad34f671f3 (diff) | |
| parent | 658fbd5c96244a28c225bd6e5e64f2c8c0409327 (diff) | |
| download | bootstrap-d7302c221aa5688edb6323d754a4b7dd508759e3.tar.xz bootstrap-d7302c221aa5688edb6323d754a4b7dd508759e3.zip | |
Merge branch 'form-tweaks' of https://github.com/twbs/bootstrap into form-tweaks
Diffstat (limited to 'docs/4.0/examples/offcanvas')
| -rw-r--r-- | docs/4.0/examples/offcanvas/index.html | 2 |
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 d0581f997..89485ea62 100644 --- a/docs/4.0/examples/offcanvas/index.html +++ b/docs/4.0/examples/offcanvas/index.html @@ -127,7 +127,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 src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.9.9/umd/popper.min.js" integrity="sha256-c477vRLKQv1jt9o7w6TTBzFyFznTaZjoMLTDFi7Hlxc=" crossorigin="anonymous"></script> + <script src="../../../../assets/js/vendor/popper.min.js"></script> <script src="../../../../dist/js/bootstrap.min.js"></script> <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> <script src="../../../../assets/js/ie10-viewport-bug-workaround.js"></script> |
