Emerald I am going to liquify you for this jank CSS. Still not done.

This commit is contained in:
00Fjongl 2024-07-24 02:27:04 -05:00
parent 855810653d
commit 165d0acff4
3 changed files with 336 additions and 259 deletions

View file

@ -216,8 +216,8 @@ xx xx
await new Promise((resolve) => {
const waitForDocument = () => document.readyState === "complete"
? resolve()
: window.addEventListener("load", resolve);
? resolve()
: window.addEventListener("load", resolve);
// Wait until a service worker is registered before continuing.
// Also make sure the document is loaded.