From: Ross Allen Date: Tue, 30 Jul 2013 17:10:34 +0000 (-0700) Subject: Enable dropdown in sticky-footer with Bootstrap JS X-Git-Tag: v3.0.0~81^2~11^2~1^2~14^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a8f76f020c77dde1da87a03f635437b5c9f2d99;p=thirdparty%2Fbootstrap.git 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. --- 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