Remove the polyfill for Intl as it's no longer needed even in IE11
This commit is contained in:
parent
2c8da33706
commit
43136fbbf5
3 changed files with 0 additions and 4 deletions
|
@ -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 %>
|
||||
|
|
|
@ -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 %>"
|
||||
|
|
|
@ -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' %>
|
||||
|
|
Loading…
Reference in a new issue