Enable dropdown in sticky-footer with Bootstrap JS

The sticky-footer example uses a drop down in its navbar, and dropdowns
require Bootstrap's JS to work.

Use the minified version of Bootstrap since this example is about the
CSS and not about the JS.
This commit is contained in:
Ross Allen 2013-07-30 10:10:34 -07:00
parent 934cf4f683
commit 6a8f76f020
1 changed files with 4 additions and 0 deletions

View File

@ -67,5 +67,9 @@
</div> </div>
</div> </div>
<!-- Bootstrap core JavaScript
================================================== -->
<script src="../assets/js/jquery.js"></script>
<script src="../bootstrap/js/bootstrap.min.js"></script>
</body> </body>
</html> </html>