Remove code specific to Internet Explorer 8
Internet Explorer 9 was released eight years ago. Besides that, we don't really support IE8 anyway, since we show a popup to IE8 users saying we don't support it, we haven't maintained the IE8-specific CSS file for years, and we don't test our JavaScript against IE8.
This commit is contained in:
@@ -5,9 +5,6 @@
|
||||
<%= render "layouts/tracking_data" %>
|
||||
<%= render "layouts/meta_tags" %>
|
||||
<%= content_for :canonical %>
|
||||
<!--[if lt IE 9]>
|
||||
<%= stylesheet_link_tag "ie" %>
|
||||
<![endif]-->
|
||||
<%= favicon_link_tag image_path_for("apple-touch-icon-200.png"),
|
||||
rel: "icon apple-touch-icon",
|
||||
sizes: "200x200",
|
||||
@@ -54,7 +51,4 @@
|
||||
<%= render "layouts/footer" %>
|
||||
</div>
|
||||
</body>
|
||||
<!--[if lt IE 9]>
|
||||
<%= javascript_include_tag "ie_lt9" %>
|
||||
<![endif]-->
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user