From 00ca694eea22f10d67ae9bf55aab7bc812250f92 Mon Sep 17 00:00:00 2001 From: Will Tatam Date: Sun, 9 Nov 2025 09:16:59 +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 | 1 - 1 file changed, 1 deletion(-) diff --git a/wled00/data/update.htm b/wled00/data/update.htm index e93ecde5..5c392802 100644 --- a/wled00/data/update.htm +++ b/wled00/data/update.htm @@ -44,7 +44,6 @@ document.querySelector('.release-name').textContent = 'Unknown'; }); } - function GetV() {/*injected values here*/}