Skip to content

Commit 6e8749b

Browse files
authored
Adds polyfill for fetch and Intl (#162)
1 parent 955799c commit 6e8749b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/views/layouts/application.html.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<%= javascript_pack_tag "manifest" %>
1717
<%= javascript_pack_tag "vendor" %>
1818

19+
<script src="https://cdn.polyfill.io/v2/polyfill.js?features=default,fetch,Intl"></script>
1920
<script src="https://use.typekit.net/adn1xoi.js"></script>
2021
<script>try{Typekit.load({ async: true });}catch(e){}</script>
2122
<meta property="og:site_name" content="Gala" />

0 commit comments

Comments
 (0)