aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoss Allen <[email protected]>2013-07-27 20:40:24 -0700
committerRoss Allen <[email protected]>2013-07-27 20:40:24 -0700
commitd149f651f2f4899113bdd9c95d88fca47b26d334 (patch)
tree2c68636e59fb2678193a144543e64a4ebed9c598
parentcee5f6fbdf79a030b6aadfd0c6f8a80c43b40b24 (diff)
downloadbootstrap-d149f651f2f4899113bdd9c95d88fca47b26d334.tar.xz
bootstrap-d149f651f2f4899113bdd9c95d88fca47b26d334.zip
Add Bootstrap JS to make collapsible nav work
This example uses the collapsible nav for smaller screen sizes, and it requires Bootstrap JS to get that functionality.
-rw-r--r--jumbotron/index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/jumbotron/index.html b/jumbotron/index.html
index 6db59d5d4..79493b969 100644
--- a/jumbotron/index.html
+++ b/jumbotron/index.html
@@ -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