mirror of
https://github.com/lordfriky/web-cfw-loader.git
synced 2025-01-27 06:51:28 +00:00
Update main.js
This commit is contained in:
parent
e92f689e1c
commit
90f0d23dd2
3
main.js
3
main.js
@ -134,7 +134,8 @@ document.getElementById("goButton").addEventListener("click", async () => {
|
||||
|
||||
let payload;
|
||||
if (payloadType === "fusee.bin") {
|
||||
payload = fusee;
|
||||
//payload = fusee;
|
||||
payload = cfw;
|
||||
} else if (payloadType === "uploaded") {
|
||||
const file = document.getElementById("payloadUpload").files[0];
|
||||
if (!file) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user