diff options
| author | Mark Otto <[email protected]> | 2013-08-17 12:32:11 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-17 12:32:11 -0700 |
| commit | 3505606d346488e3761dbe9c421b32547bcb9b0c (patch) | |
| tree | 775d7cf5a47f6797a1003541ba1233a399b6b91a /examples/carousel | |
| parent | e279ffab146d89ea1044105f233a8680100f8bda (diff) | |
| download | bootstrap-3505606d346488e3761dbe9c421b32547bcb9b0c.tar.xz bootstrap-3505606d346488e3761dbe9c421b32547bcb9b0c.zip | |
add respond.js to all examples (fixes #9731)
Diffstat (limited to 'examples/carousel')
| -rw-r--r-- | examples/carousel/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/carousel/index.html b/examples/carousel/index.html index 37dd691a1..da7cf41a5 100644 --- a/examples/carousel/index.html +++ b/examples/carousel/index.html @@ -186,11 +186,11 @@ </div><!-- /.container --> - <!-- Bootstrap core JavaScript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <script src="../../assets/js/jquery.js"></script> + <script src="../../assets/js/respond.min.js"></script> <script src="../../dist/js/bootstrap.min.js"></script> <script src="../../assets/js/holder.js"></script> </body> |
