diff --git a/frontend/src/ts/ready.ts b/frontend/src/ts/ready.ts index 070ecfd71..6f790a45a 100644 --- a/frontend/src/ts/ready.ts +++ b/frontend/src/ts/ready.ts @@ -57,24 +57,6 @@ $(document).ready(() => { ); } - // const plushieBannerClosed2 = - // window.localStorage.getItem("plushieBannerClosed2") === "true"; - // if (!plushieBannerClosed2) { - // const string = formatDistanceStrict(1711882800000, Date.now(), { - // roundingMethod: "floor", - // }); - // Notifications.addBanner( - // `Our limited plushie will be gone in ${string} - don't miss out! monkeytype.store`, - // 1, - // "./images/plushiebanner.png", - // true, - // () => { - // window.localStorage.setItem("plushieBannerClosed2", "true"); - // }, - // true - // ); - // } - setTimeout(() => { FunboxList.get(Config.funbox).forEach((it) => it.functions?.applyGlobalCSS?.()