aboutsummaryrefslogtreecommitdiff
path: root/examples/carousel
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-17 12:32:11 -0700
committerMark Otto <[email protected]>2013-08-17 12:32:11 -0700
commit3505606d346488e3761dbe9c421b32547bcb9b0c (patch)
tree775d7cf5a47f6797a1003541ba1233a399b6b91a /examples/carousel
parente279ffab146d89ea1044105f233a8680100f8bda (diff)
downloadbootstrap-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.html2
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>