aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Hu <[email protected]>2013-08-06 02:46:08 -0400
committerJesse Hu <[email protected]>2013-08-06 02:46:08 -0400
commit6739522d6c3127741daa83b235414fa386b97830 (patch)
tree342351b03c07145bb7b69df7883ccc306f553c86
parent0a7b185224c15a7c84505625ae9d5484f78140e4 (diff)
downloadbootstrap-6739522d6c3127741daa83b235414fa386b97830.tar.xz
bootstrap-6739522d6c3127741daa83b235414fa386b97830.zip
Added jquery.js and bootstrap.js tags to navbar and navbar-fixed top
-rw-r--r--navbar-fixed-top/index.html5
-rw-r--r--navbar/index.html5
2 files changed, 10 insertions, 0 deletions
diff --git a/navbar-fixed-top/index.html b/navbar-fixed-top/index.html
index 952e341b4..ff68b664f 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 bd369fd49..4dea3d1ac 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>