diff options
author | 2018-06-21 18:30:38 +0100 | |
---|---|---|
committer | 2018-06-21 18:30:38 +0100 | |
commit | e63ec8442a8695a3e50c3b9040443404a4b39bcb (patch) | |
tree | 5514fda9dacc91c0eb2f6329103c0883d725933b /js | |
parent | [Jams] Allow editing info while preparing (diff) |
Update Font-Awesome Pro to 5.1.0
Diffstat (limited to 'js')
-rw-r--r-- | js/src/fouc.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/src/fouc.js b/js/src/fouc.js index 3611ec27..b514fa2d 100644 --- a/js/src/fouc.js +++ b/js/src/fouc.js @@ -37,8 +37,8 @@ document.onreadystatechange = function () { if (document.readyState === "interactive") { removeClass("html", "prevent-fouc"); getScript( - "https://pro.fontawesome.com/releases/v5.0.13/js/all.js", // URL - "sha384-d84LGg2pm9KhR4mCAs3N29GQ4OYNy+K+FBHX8WhimHpPm86c839++MDABegrZ3gn", // Integrity + "https://pro.fontawesome.com/releases/v5.1.0/js/all.js", // URL + "sha384-E5SpgaZcbSJx0Iabb3Jr2AfTRiFnrdOw1mhO19DzzrT9L+wCpDyHUG2q07aQdO6E", // Integrity "anonymous" // Cross-origin ); getScript( |