Skip to content

Commit

Permalink
Remove HTML5 shim for older IE versions; hosted file is now missing
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Jul 28, 2016
1 parent 2d7ec3c commit 3ba3963
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions app/views/layouts/blacklight.html.erb
Expand Up @@ -23,12 +23,6 @@
<%= javascript_include_tag "application" %>
<%= csrf_meta_tags %>
<%= content_for(:head) %>

<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->

</head>
<body class="<%= render_body_class %>">
<%= render :partial => 'shared/header_navbar' %>
Expand Down

0 comments on commit 3ba3963

Please sign in to comment.