aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-02 17:17:28 -0700
committerMark Otto <[email protected]>2013-08-02 17:17:28 -0700
commit0a7b185224c15a7c84505625ae9d5484f78140e4 (patch)
tree4aed66cb70be1accd2b2189572953bbca2a2c887
parent031ed98c8b942bdd97071a7f4e70829fcfd8f83e (diff)
parentee6db981366747c589d10c841b052014fa133950 (diff)
downloadbootstrap-0a7b185224c15a7c84505625ae9d5484f78140e4.tar.xz
bootstrap-0a7b185224c15a7c84505625ae9d5484f78140e4.zip
Merge pull request #36 from ggam/patch-1
Included required JavaScript in navbar-static-top
-rw-r--r--navbar-static-top/index.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/navbar-static-top/index.html b/navbar-static-top/index.html
index 82dcb01f5..c430b5c97 100644
--- a/navbar-static-top/index.html
+++ b/navbar-static-top/index.html
@@ -67,5 +67,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>