From 6b02bb9cc6326e5fb2deb41d81d5dce98014280d Mon Sep 17 00:00:00 2001 From: Brenda Wallace Date: Tue, 9 Jul 2019 22:12:39 +1200 Subject: [PATCH] remove IE9 shim --- app/views/layouts/_meta.html.haml | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/views/layouts/_meta.html.haml b/app/views/layouts/_meta.html.haml index bdba1c88f..110660a30 100644 --- a/app/views/layouts/_meta.html.haml +++ b/app/views/layouts/_meta.html.haml @@ -28,9 +28,6 @@ %title = content_for?(:title) ? yield(:title) + " - #{ENV['GROWSTUFF_SITE_NAME']} " : ENV['GROWSTUFF_SITE_NAME'] = csrf_meta_tags - / Le HTML5 shim, for IE6-8 support of HTML elements - /[if lt IE 9] - = javascript_include_tag "http://html5shim.googlecode.com/svn/trunk/html5.js" = stylesheet_link_tag "application", media: "all" %link{ href: "/growstuff-apple-touch-icon-precomposed.png", rel: "apple-touch-icon-precomposed" }