1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-16 10:34:07 +02:00

Merge pull request #36 from ggam/patch-1

Included required JavaScript in navbar-static-top
This commit is contained in:
Mark Otto
2013-08-02 17:17:28 -07:00

View File

@@ -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>