Include jQuery javascript befores bootstrap's. Before this commit BS couldn't find jQuery.

This commit is contained in:
George Kaklamanos 2015-07-19 11:53:22 +03:00
parent fe6cad5d73
commit c843dc824e

View file

@ -1,6 +1,6 @@
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css" />
<link rel="stylesheet" href="css/style.css" />
<script src="bootstrap/js/bootstrap.min.js"></script>
<script src="js/jquery.min.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
<meta charset='utf-8' />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />