was missing javascript includes for navbar

This commit is contained in:
Ryan Walberg 2012-11-15 23:32:39 +00:00
parent 21171c6333
commit a275c640d8
6 changed files with 17 additions and 2 deletions

View file

@ -204,5 +204,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
</div>
</div>
</div>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
</body>
</html>