From 6739522d6c3127741daa83b235414fa386b97830 Mon Sep 17 00:00:00 2001 From: Jesse Hu <huyouare@gmail.com> Date: Tue, 6 Aug 2013 02:46:08 -0400 Subject: [PATCH] Added jquery.js and bootstrap.js tags to navbar and navbar-fixed top --- navbar-fixed-top/index.html | 5 +++++ navbar/index.html | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/navbar-fixed-top/index.html b/navbar-fixed-top/index.html index 952e341b4c..ff68b664fd 100644 --- a/navbar-fixed-top/index.html +++ b/navbar-fixed-top/index.html @@ -66,5 +66,10 @@ </div> <!-- /container --> + <!-- Bootstrap core JavaScript + ================================================== --> + <!-- Placed at the end of the document so the pages load faster --> + <script src="../assets/js/jquery.js"></script> + <script src="../bootstrap/js/bootstrap.min.js"></script> </body> </html> diff --git a/navbar/index.html b/navbar/index.html index bd369fd49c..4dea3d1ac4 100644 --- a/navbar/index.html +++ b/navbar/index.html @@ -66,5 +66,10 @@ </div> <!-- /container --> + <!-- Bootstrap core JavaScript + ================================================== --> + <!-- Placed at the end of the document so the pages load faster --> + <script src="../assets/js/jquery.js"></script> + <script src="../bootstrap/js/bootstrap.min.js"></script> </body> </html> -- GitLab