Commit 6a8f76f0 authored by Ross Allen's avatar Ross Allen
Browse files

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.
parent 934cf4f6
Showing with 4 additions and 0 deletions
+4 -0
...@@ -67,5 +67,9 @@ ...@@ -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>
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment