Remove the polyfill for Intl as it's no longer needed even in IE11

This commit is contained in:
Eric 2020-06-22 18:30:36 -05:00 committed by Eric Schultz
parent 2c8da33706
commit 43136fbbf5
3 changed files with 0 additions and 4 deletions

View file

@ -1,7 +1,5 @@
<%- # License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE -%>
<!-- Load up polyfill service -->
<script src="https://cdn.polyfill.io/v1/polyfill.min.js"></script>
<%= render 'layouts/app_data' %>
<% if Houdini.payment_providers.stripe.proprietary_v2_js %>

View file

@ -6,7 +6,6 @@
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title><%= "#{yield(:title)} - #{Houdini.general.name}" %></title>
<script src="https://cdn.polyfill.io/v2/polyfill.js?features=default,Intl.~locale.en"></script>
<script>
window.I18n = {}
I18n.defaultLocale = "<%= I18n.default_locale %>"

View file

@ -6,7 +6,6 @@
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title><%= "#{yield(:title)} - #{Houdini.general.name}" %></title>
<script src="https://cdn.polyfill.io/v2/polyfill.js?features=default,Intl.~locale.en"></script>
<%= render 'layouts/stylesheets' %>
<%= IncludeAsset.css '/client/css/global/page.css' %>
<%= IncludeAsset.css '/client/css/bootstrap.css' %>