From 462d7494fbc47989b1a9fa0989a19d82554c1cc0 Mon Sep 17 00:00:00 2001 From: Stan Grams Date: Fri, 3 Apr 2026 18:52:27 +0200 Subject: [PATCH] [fix](trx-frontend-http): remove duplicate id on WEFAX tab button The WEFAX button had id="subtab-wefax" which duplicated the panel's id, causing querySelector to match the button instead of the panel on click. Co-Authored-By: Claude Opus 4.6 (1M context) Signed-off-by: Stan Grams --- .../trx-frontend/trx-frontend-http/assets/web/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/index.html b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/index.html index 527b702..4b70c2d 100644 --- a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/index.html +++ b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/index.html @@ -538,7 +538,7 @@ - +