Skip to content

Commit

Permalink
Adds polyfill for fetch and Intl (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbothner authored Oct 31, 2017
1 parent 955799c commit 6e8749b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<%= javascript_pack_tag "manifest" %>
<%= javascript_pack_tag "vendor" %>

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

0 comments on commit 6e8749b

Please sign in to comment.