aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillermo González de Agüero <[email protected]>2013-08-02 11:53:25 +0200
committerGuillermo González de Agüero <[email protected]>2013-08-02 11:53:25 +0200
commitee6db981366747c589d10c841b052014fa133950 (patch)
tree4aed66cb70be1accd2b2189572953bbca2a2c887
parent031ed98c8b942bdd97071a7f4e70829fcfd8f83e (diff)
downloadbootstrap-ee6db981366747c589d10c841b052014fa133950.tar.xz
bootstrap-ee6db981366747c589d10c841b052014fa133950.zip
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>