Skip to content

Commit f0753b6

Browse files
authored
Merge pull request #1450 from projectblacklight/ie-html5shim
Remove HTML5 shim for older IE versions; hosted file is now missing
2 parents 2d7ec3c + 3ba3963 commit f0753b6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

app/views/layouts/blacklight.html.erb

-6
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@
2323
<%= javascript_include_tag "application" %>
2424
<%= csrf_meta_tags %>
2525
<%= content_for(:head) %>
26-
27-
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
28-
<!--[if lt IE 9]>
29-
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
30-
<![endif]-->
31-
3226
</head>
3327
<body class="<%= render_body_class %>">
3428
<%= render :partial => 'shared/header_navbar' %>

0 commit comments

Comments
 (0)