]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add Bootstrap JS to make collapsible nav work
authorRoss Allen <reallen@gmail.com>
Sun, 28 Jul 2013 03:40:24 +0000 (20:40 -0700)
committerRoss Allen <reallen@gmail.com>
Sun, 28 Jul 2013 03:40:24 +0000 (20:40 -0700)
This example uses the collapsible nav for smaller screen sizes, and it
requires Bootstrap JS to get that functionality.

jumbotron/index.html

index 6db59d5d48c06537c5d43f587b0f5623d704d7cc..79493b9694ea348c63ea38e423447605202a7aa1 100644 (file)
@@ -91,5 +91,7 @@
 
     </div> <!-- /container -->
 
+    <script src="../assets/js/jquery.js"></script>
+    <script src="../bootstrap/js/bootstrap.min.js"></script>
   </body>
 </html>
\ No newline at end of file