Skip to content

Commit

Permalink
♻️ Change Polyfill Service
Browse files Browse the repository at this point in the history
  • Loading branch information
ConradSollitt committed Aug 20, 2024
1 parent 015773d commit 204b12e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app_data/template/en/calc.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
}

function loadPolyfill() {
var url = 'https://polyfill.io/v3/polyfill.min.js?features=fetch';
var url = 'https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?version=4.8.0&features=fetch';
var script = document.createElement('script');
script.onload = function() { setup(); };
script.onerror = function() {
Expand Down
2 changes: 1 addition & 1 deletion app_data/template/es/calc.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
}

function loadPolyfill() {
var url = 'https://polyfill.io/v3/polyfill.min.js?features=fetch';
var url = 'https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?version=4.8.0&features=fetch';
var script = document.createElement('script');
script.onload = function() { setup(); };
script.onerror = function() {
Expand Down
2 changes: 1 addition & 1 deletion app_data/template/pt-BR/calc.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
}

function loadPolyfill() {
var url = 'https://polyfill.io/v3/polyfill.min.js?features=fetch';
var url = 'https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?version=4.8.0&features=fetch';
var script = document.createElement('script');
script.onload = function() { setup(); };
script.onerror = function() {
Expand Down

0 comments on commit 204b12e

Please sign in to comment.