HOTFIX: Page is no longer black.

This commit is contained in:
MajorDroolz
2022-12-19 02:42:52 -05:00
parent 6680d1e1a4
commit 0f571baa37
2 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
window.onload = () => {
const links = document.querySelectorAll('link[rel="preload"]');
for (const link of links) link.rel = 'stylesheet';
document.body.removeAttribute("hidden");
}