From dd1b9d4d5e5ea6304c327f71b7c30820aaa5c373 Mon Sep 17 00:00:00 2001 From: Leonabcd123 <156839416+Leonabcd123@users.noreply.github.com> Date: Fri, 19 Dec 2025 11:23:09 +0200 Subject: [PATCH] Get data-id --- frontend/src/ts/pages/account.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/ts/pages/account.ts b/frontend/src/ts/pages/account.ts index 92d2b443d..128a4f322 100644 --- a/frontend/src/ts/pages/account.ts +++ b/frontend/src/ts/pages/account.ts @@ -1093,7 +1093,7 @@ qs(".pageAccount")?.onChild( const target = new ElementWithUtils(event.currentTarget as HTMLElement); const resultId: string = target .getFirstMatchingParent("tr") - ?.getAttribute("id") as string; + ?.getAttribute("data-id") as string; if (target.hasClass("loading")) return; if (target.hasClass("disabled")) return;