Added jquery.js and bootstrap.js tags to navbar and navbar-fixed top

This commit is contained in:
Jesse Hu 2013-08-06 02:46:08 -04:00
parent 0a7b185224
commit 6739522d6c
2 changed files with 10 additions and 0 deletions

View File

@ -66,5 +66,10 @@
</div> <!-- /container --> </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> </body>
</html> </html>

View File

@ -66,5 +66,10 @@
</div> <!-- /container --> </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> </body>
</html> </html>