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:
Javi Martín
2019-06-29 19:59:03 +02:00
parent 274fd1af4d
commit 738e9ebc8b
11 changed files with 5 additions and 498 deletions

View File

@@ -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>