0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-10 22:24:19 +01:00

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.
This commit is contained in:
Ross Allen 2013-07-27 20:40:24 -07:00
parent cee5f6fbdf
commit d149f651f2

View File

@ -91,5 +91,7 @@
</div> <!-- /container -->
<script src="../assets/js/jquery.js"></script>
<script src="../bootstrap/js/bootstrap.min.js"></script>
</body>
</html>