Fix: Move bootloader JavaScript to separate script block to avoid GetV() injection removal

Co-authored-by: netmindz <442066+netmindz@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-10-05 15:39:43 +00:00
parent f5f3fc338f
commit d79b02379e

View File

@@ -18,6 +18,8 @@
window.open(getURL("/update?revert"),"_self");
}
function GetV() {/*injected values here*/}
</script>
<script>
var isESP32 = false;
function checkESP32() {
fetch(getURL('/json/info')).then(r=>r.json()).then(d=>{