diff options
| author | Mark Otto <[email protected]> | 2017-06-14 20:45:31 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-06-14 20:45:31 -0700 |
| commit | 5818374fdf55db9b2437391a68af3f057a992fbe (patch) | |
| tree | 057218e9ed7a7442459d36b40004f6f7e188cf0f /docs/4.0/examples/carousel | |
| parent | aa8c456a16b83ed041709b45b068788ec2d4d0d4 (diff) | |
| parent | 2e798301ca15ed45c86283371d4c5a37510f945d (diff) | |
| download | bootstrap-5818374fdf55db9b2437391a68af3f057a992fbe.tar.xz bootstrap-5818374fdf55db9b2437391a68af3f057a992fbe.zip | |
Merge branch 'v4-dev' into rip-custom
Diffstat (limited to 'docs/4.0/examples/carousel')
| -rw-r--r-- | docs/4.0/examples/carousel/index.html | 2 |
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 95a8bed58..451b4c38f 100644 --- a/docs/4.0/examples/carousel/index.html +++ b/docs/4.0/examples/carousel/index.html @@ -176,7 +176,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> <!-- Just to make our placeholder images work. Don't actually copy the next line! --> <script src="../../../../assets/js/vendor/holder.min.js"></script> |
