mirror of
https://github.com/lordfriky/web-cfw-loader.git
synced 2024-12-29 08:31:56 +00:00
Update main.js
This commit is contained in:
parent
95d6e51abd
commit
efe031d4e2
2
main.js
2
main.js
@ -144,7 +144,7 @@ document.getElementById("goButton").addEventListener("click", async () => {
|
||||
logOutput("Requesting access to device...");
|
||||
device = await navigator.usb.requestDevice({ filters: [{ vendorId: 0x0955 }] });
|
||||
|
||||
logOutput(`<p style='color:blue'>Preparing to launch ${payloadType}...</p>`);
|
||||
logOutput(`<span style='color:blue'>Preparing to launch ${payloadType}...</span>`);
|
||||
|
||||
let payload;
|
||||
if (payloadType === "hekate v5") {
|
||||
|
Loading…
Reference in New Issue
Block a user