]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Enable dropdown in sticky-footer with Bootstrap JS
authorRoss Allen <reallen@gmail.com>
Tue, 30 Jul 2013 17:10:34 +0000 (10:10 -0700)
committerRoss Allen <reallen@gmail.com>
Tue, 30 Jul 2013 17:10:34 +0000 (10:10 -0700)
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

index c81594a255bb12cc9823ff604a2994c3394a660e..d5e033f58eee6e13670804eddea2fcc7d4758eac 100644 (file)
@@ -67,5 +67,9 @@
       </div>
     </div>
 
+    <!-- Bootstrap core JavaScript
+    ================================================== -->
+    <script src="../assets/js/jquery.js"></script>
+    <script src="../bootstrap/js/bootstrap.min.js"></script>
   </body>
 </html>
\ No newline at end of file