aboutsummaryrefslogtreecommitdiff
path: root/examples/offcanvas
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/offcanvas
parente279ffab146d89ea1044105f233a8680100f8bda (diff)
downloadbootstrap-3505606d346488e3761dbe9c421b32547bcb9b0c.tar.xz
bootstrap-3505606d346488e3761dbe9c421b32547bcb9b0c.zip
add respond.js to all examples (fixes #9731)
Diffstat (limited to 'examples/offcanvas')
-rw-r--r--examples/offcanvas/index.html9
1 files changed, 7 insertions, 2 deletions
diff --git a/examples/offcanvas/index.html b/examples/offcanvas/index.html
index 5d6b7b813..e9c905bd2 100644
--- a/examples/offcanvas/index.html
+++ b/examples/offcanvas/index.html
@@ -109,9 +109,14 @@
</div><!--/.container-->
- <!-- jQuery and plugin -->
+
+
+ <!-- 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="offcanvas.js"></script>
</body>
-</html> \ No newline at end of file
+</html>