From d79b02379e42517832b17dbedf59e8a21b24854f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 5 Oct 2025 15:39:43 +0000 Subject: [PATCH] Fix: Move bootloader JavaScript to separate script block to avoid GetV() injection removal Co-authored-by: netmindz <442066+netmindz@users.noreply.github.com> --- wled00/data/update.htm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wled00/data/update.htm b/wled00/data/update.htm index 60c4f416..8c360c78 100644 --- a/wled00/data/update.htm +++ b/wled00/data/update.htm @@ -18,6 +18,8 @@ window.open(getURL("/update?revert"),"_self"); } function GetV() {/*injected values here*/} + +