Drop pngfix.js

Don't need to support IE 6 anymore (<0.2% of users).
This commit is contained in:
John Firebaugh 2013-11-14 10:33:32 -08:00 committed by Tom Hughes
parent 1688c361d4
commit a62141ce7f
3 changed files with 1 additions and 27 deletions

View file

@ -2,7 +2,6 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0"/>
<%= javascript_include_tag "application" %>
<!--[if lt IE 7]><%= javascript_include_tag "pngfix" %><![endif]--> <!-- thanks, microsoft! -->
<%= stylesheet_link_tag "small-#{dir}", :media => "only screen and (max-width:641px)" %>
<%= stylesheet_link_tag "large-#{dir}", :media => "screen and (min-width: 642px)" %>
<%= stylesheet_link_tag "print-#{dir}", :media => "print" %>