diff options
| author | Ross Allen <[email protected]> | 2013-07-27 20:40:24 -0700 |
|---|---|---|
| committer | Ross Allen <[email protected]> | 2013-07-27 20:40:24 -0700 |
| commit | d149f651f2f4899113bdd9c95d88fca47b26d334 (patch) | |
| tree | 2c68636e59fb2678193a144543e64a4ebed9c598 | |
| parent | cee5f6fbdf79a030b6aadfd0c6f8a80c43b40b24 (diff) | |
| download | bootstrap-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.html | 2 |
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 |
