mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-21 21:16:10 +08:00
chore: remove old plushie banner
This commit is contained in:
parent
3f8f1b9fd6
commit
48872a024b
1 changed files with 0 additions and 18 deletions
|
@ -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! <a target="_blank" rel="noopener" href="https://mktp.co/plushie2">monkeytype.store</a>`,
|
||||
// 1,
|
||||
// "./images/plushiebanner.png",
|
||||
// true,
|
||||
// () => {
|
||||
// window.localStorage.setItem("plushieBannerClosed2", "true");
|
||||
// },
|
||||
// true
|
||||
// );
|
||||
// }
|
||||
|
||||
setTimeout(() => {
|
||||
FunboxList.get(Config.funbox).forEach((it) =>
|
||||
it.functions?.applyGlobalCSS?.()
|
||||
|
|
Loading…
Add table
Reference in a new issue