diff options
author | 2018-05-15 14:23:11 +0100 | |
---|---|---|
committer | 2018-05-15 14:23:11 +0100 | |
commit | 43d662fc8d1cd73543615334636f68a02309bb79 (patch) | |
tree | 47ff2e577cd4381345360b56ee07b60177c2961a /static/js | |
parent | [GDPR] Also remove OAuth data (diff) |
Update font-awesome to 5.0.13
Diffstat (limited to 'static/js')
-rw-r--r-- | static/js/fouc.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/static/js/fouc.js b/static/js/fouc.js index 190e8d37..c1414d9b 100644 --- a/static/js/fouc.js +++ b/static/js/fouc.js @@ -28,9 +28,9 @@ document.onreadystatechange = function () { if (document.readyState == "interactive") { removeClass('html', 'prevent_fouc'); getScript( - 'https://pro.fontawesome.com/releases/v5.0.9/js/all.js', - 'sha384-DtPgXIYsUR6lLmJK14ZNUi11aAoezQtw4ut26Zwy9/6QXHH8W3+gjrRDT+lHiiW4', - 'anonymous' + 'https://pro.fontawesome.com/releases/v5.0.13/js/all.js', // URL + 'sha384-d84LGg2pm9KhR4mCAs3N29GQ4OYNy+K+FBHX8WhimHpPm86c839++MDABegrZ3gn', // Integrity + 'anonymous' // Cross-origin ) } }
\ No newline at end of file |