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:
Will Tatam 2025-11-09 09:16:59 +00:00
parent c91a39f55c
commit 00ca694eea

View File

@ -44,7 +44,6 @@
document.querySelector('.release-name').textContent = 'Unknown'; document.querySelector('.release-name').textContent = 'Unknown';
}); });
} }
function GetV() {/*injected values here*/}
</script> </script>
<style> <style>
@import url("style.css"); @import url("style.css");