Skip to content

Commit

Permalink
moved jquery on top, bootstrap uses it
Browse files Browse the repository at this point in the history
  • Loading branch information
Treggats committed Apr 18, 2013
1 parent 6d3b978 commit 7f515b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solrstrap.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
</script>

<!--load scripts at the bottom-->
<script type='text/javascript' src="js/jquery.min.js"></script>
<script type='text/javascript' src="bootstrap/js/bootstrap.min.js"></script>
<script type='text/javascript' src="js/handlebars.js"></script>
<script type='text/javascript' src="js/jquery.min.js"></script>
<script type='text/javascript' src="js/solrstrap.js"></script>

</body>
Expand Down

0 comments on commit 7f515b4

Please sign in to comment.