From 0cfbf22c18619593d9923837e788252ea5ea8b0e Mon Sep 17 00:00:00 2001 From: Stan Grams Date: Fri, 27 Feb 2026 00:58:44 +0100 Subject: [PATCH] fix(http-frontend): prevent rig switch picker population crash --- src/trx-client/trx-frontend/trx-frontend-http/assets/web/app.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/app.js b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/app.js index 5048380..9d349b5 100644 --- a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/app.js +++ b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/app.js @@ -289,6 +289,8 @@ const loadingTitle = document.getElementById("loading-title"); const loadingSub = document.getElementById("loading-sub"); const headerSigCanvas = document.getElementById("header-sig-canvas"); const themeToggleBtn = document.getElementById("theme-toggle"); +const rigSwitchSelect = document.getElementById("rig-switch-select"); +const rigSwitchBtn = document.getElementById("rig-switch-btn"); const headerRigSwitchSelect = document.getElementById("header-rig-switch-select"); const headerRigSwitchBtn = document.getElementById("header-rig-switch-btn");