remove IE9 shim

This commit is contained in:
Brenda Wallace
2019-07-09 22:12:39 +12:00
committed by always-be-closing[bot]
parent 4e67a11841
commit 6b02bb9cc6

View File

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