HOTFIX: Page is no longer black.
This commit is contained in:
@@ -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");
|
||||
}
|
||||
Reference in New Issue
Block a user