Skip to content

Commit

Permalink
move to older version of jquery as 2 does not work well with bootstrap 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Kerin committed Jul 31, 2013
1 parent 6155b46 commit 512b18a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/tart/layout/template.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</div>
</div>

<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="/jam-tart/js/plugins.min.js"></script>
<script src="/jam-tart/js/bootstrap.min.js"></script>
<script src="/jam-tart/js/bootstrap-extensions.min.js"></script>
Expand Down

0 comments on commit 512b18a

Please sign in to comment.