From 33c751b7b25f6c1ef957ce2abfea4d622fdfed5e Mon Sep 17 00:00:00 2001 From: jedarden Date: Mon, 13 Apr 2026 21:09:32 -0400 Subject: [PATCH] fix(dashboard): use window.BLEPanel in onclick to avoid ReferenceError Bare `BLEPanel` in an inline onclick throws ReferenceError if the script hasn't loaded yet. Using `window.BLEPanel` returns undefined instead. Co-Authored-By: Claude Opus 4.6 (1M context) --- dashboard/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/index.html b/dashboard/index.html index 75c21c1..5de6c42 100644 --- a/dashboard/index.html +++ b/dashboard/index.html @@ -3313,7 +3313,7 @@ Pause - +