Skip to content

Commit

Permalink
Update polyfill URL (#225)
Browse files Browse the repository at this point in the history
Update polyfill URL from v2 to v3
  • Loading branch information
Richienb authored and LeaVerou committed Apr 6, 2019
1 parent 834e6bd commit 0bebf4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ <h1>Download</h1>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
</footer>

<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=blissfuljs"></script>
<script src="https://polyfill.io/v3/polyfill.min.js?features=blissfuljs"></script>
<script src="bliss.js"></script>
<script src="transform.js"></script>
<script src="index.js"></script>
Expand Down

0 comments on commit 0bebf4e

Please sign in to comment.