From 6a8f76f020c77dde1da87a03f635437b5c9f2d99 Mon Sep 17 00:00:00 2001 From: Ross Allen Date: Tue, 30 Jul 2013 10:10:34 -0700 Subject: [PATCH] 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. --- sticky-footer-navbar/index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sticky-footer-navbar/index.html b/sticky-footer-navbar/index.html index c81594a255..d5e033f58e 100644 --- a/sticky-footer-navbar/index.html +++ b/sticky-footer-navbar/index.html @@ -67,5 +67,9 @@ + + + \ No newline at end of file