Include jQuery javascript befores bootstrap's. Before this commit BS couldn't find jQuery.
This commit is contained in:
parent
fe6cad5d73
commit
c843dc824e
1 changed files with 1 additions and 1 deletions
2
head.php
2
head.php
|
@ -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" />
|
||||
|
|
Reference in a new issue