From 18f215fa5f560566a4ea73abb74572bc9fb8de4a Mon Sep 17 00:00:00 2001 From: SethBurkart123 Date: Fri, 29 Nov 2024 17:14:32 +1100 Subject: [PATCH] chore: code cleanup --- src/SEQTA.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SEQTA.ts b/src/SEQTA.ts index 48a69acb..01474e78 100644 --- a/src/SEQTA.ts +++ b/src/SEQTA.ts @@ -360,7 +360,7 @@ export function OpenWhatsNewPopup() { if (event.target === bkelement) { DeleteWhatsNew() } - }); + }); var closeelement = document.getElementById('whatsnewclosebutton') closeelement!.addEventListener('click', function () {