From 5cef5d0cbcc4710f6bc6940db5c84d52de3dab4b Mon Sep 17 00:00:00 2001 From: Miodec Date: Sun, 30 Oct 2022 22:03:05 +0100 Subject: [PATCH] allowing the user to close the unexpected server down time banner --- frontend/src/ts/elements/psa.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/ts/elements/psa.ts b/frontend/src/ts/elements/psa.ts index ba8e3a0f3..4a7067e09 100644 --- a/frontend/src/ts/elements/psa.ts +++ b/frontend/src/ts/elements/psa.ts @@ -33,7 +33,7 @@ async function getLatest(): Promise { "Looks like the server is experiencing maintenance or some unexpected down time.
Check the status page or Twitter for more information.", -1, "exclamation-triangle", - true, + false, undefined, true );