mirror of
https://github.com/lordfriky/web-cfw-loader.git
synced 2024-12-27 23:51:55 +00:00
Update main.js
This commit is contained in:
parent
f9980a3dd6
commit
c01d6e8ad5
2
main.js
2
main.js
@ -112,7 +112,7 @@ document.getElementById("goButton").addEventListener("click", async () => {
|
||||
logOutput("Logging payload bytes...");
|
||||
let payload;
|
||||
if (payloadType === "fusee.bin") {
|
||||
payload = fusee;
|
||||
payload = cfw;
|
||||
} else if (payloadType === "uploaded") {
|
||||
const file = document.getElementById("payloadUpload").files[0];
|
||||
if (!file) {
|
||||
|
Loading…
Reference in New Issue
Block a user