Skip to content

Commit

Permalink
Merge pull request #1490 from 8398a7/develop
Browse files Browse the repository at this point in the history
update polyfill
  • Loading branch information
8398a7 authored Jul 6, 2024
2 parents 6094f1d + e9fa2e3 commit 53441a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ html
script defer=true src='https://use.fontawesome.com/releases/v5.11.2/js/all.js' crossorigin='anonymous'
script async=true src='https://kit.fontawesome.com/0867f4a0c8.js' crossorigin='anonymous'
- if Rails.env.production?
script src='https://cdn.polyfill.io/v2/polyfill.min.js'
script src='https://cdnjs.cloudflare.com/polyfill/v3/polyfill.js'
= javascript_pack_tag 'sentry'
= javascript_include_tag 'application', 'data-turbolinks-track': 'reload'
= javascript_pack_tag 'react'
Expand Down

0 comments on commit 53441a2

Please sign in to comment.