diff options
author | 2018-05-18 16:00:31 +0100 | |
---|---|---|
committer | 2018-05-18 16:00:31 +0100 | |
commit | e1846928439aa2a7e660d870a083872c415c274d (patch) | |
tree | e716f3466ca3914f80b2ca102d5d345658af7bc8 /static/js/fouc.js | |
parent | Update wiki footer in line with main site (diff) |
[Jams] Huge amount of work on code jam admin area
Diffstat (limited to 'static/js/fouc.js')
-rw-r--r-- | static/js/fouc.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/js/fouc.js b/static/js/fouc.js index c1414d9b..c3270bf8 100644 --- a/static/js/fouc.js +++ b/static/js/fouc.js @@ -31,6 +31,6 @@ document.onreadystatechange = function () { '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 |