Skip to content

Commit

Permalink
Downgrade JQuery to 1.11 for IE8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-kolb committed May 8, 2014
1 parent 0d6f094 commit 3f7380e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/layout.erb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<link href="<%= url('/css/bootstrap-responsive.min.css') %>" rel="stylesheet">
<link href="<%= url('/css/nprogress.css') %>" rel="stylesheet">
<link rel="icon" href="<%= url('/favicon.png') %>" type="image/png">
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="<%= url('/js/bootstrap.min.js') %>"></script>
<script src="<%= url('/js/nprogress.js') %>"></script>
<script src="http://code.highcharts.com/3.0/highcharts.js"></script>
Expand Down

0 comments on commit 3f7380e

Please sign in to comment.