Skip to content

Commit

Permalink
Drop support for IE8 and below
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Jun 7, 2016
1 parent b090114 commit f042963
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion app/assets/javascripts/sufia.js
Expand Up @@ -21,7 +21,6 @@
//= require select2
//= require fixedsticky

//= require excanvas
//= require jquery.flot
//= require jquery.flot.time
//= require jquery.flot.selection
Expand Down
1 change: 0 additions & 1 deletion app/views/stats/file.html.erb
@@ -1,5 +1,4 @@
<!-- Adapted from jquery-flot examples https://github.com/flot/flot/blob/master/examples/visitors/index.html -->
<!--[if lte IE 8]><%= javascript_include_tag 'excanvas' %><![endif]-->
<%= javascript_tag do %>
var stats = <%= @stats.to_flot.to_json.html_safe %>;
<% end %>
Expand Down
2 changes: 0 additions & 2 deletions app/views/stats/work.html.erb
@@ -1,6 +1,4 @@
<!-- Adapted from jquery-flot examples https://github.com/flot/flot/blob/master/examples/visitors/index.html -->
<!--[if lte IE 8]><%= javascript_include_tag 'excanvas' %><![endif]-->

<%= javascript_tag do %>
var stats = <%= @stats.to_flot.to_json.html_safe %>;
<% end %>
Expand Down

0 comments on commit f042963

Please sign in to comment.