Removed unneeded payloads
parent
8e1bc58a44
commit
8f1edb81f6
16
main.js
16
main.js
|
@ -146,24 +146,12 @@ document.getElementById("goButton").addEventListener("click", async () => {
|
||||||
}
|
}
|
||||||
|
|
||||||
let payload;
|
let payload;
|
||||||
if (payloadType === "hekate v5") {
|
if (payloadType === "CTCaer_Hekate") {
|
||||||
payload = hekate5;
|
payload = CTCaer_Hekate;
|
||||||
|
|
||||||
} else if (payloadType === "hekate v4") {
|
|
||||||
payload = hekate4;
|
|
||||||
|
|
||||||
} else if (payloadType === "fusee") {
|
} else if (payloadType === "fusee") {
|
||||||
payload = fusee;
|
payload = fusee;
|
||||||
|
|
||||||
} else if (payloadType === "instaboot") {
|
|
||||||
payload = instaboot;
|
|
||||||
|
|
||||||
} else if (payloadType === "instabootv4") {
|
|
||||||
payload = instabootv4;
|
|
||||||
|
|
||||||
} else if (payloadType === "CTCaer_Hekate") {
|
|
||||||
payload = CTCaer_Hekate;
|
|
||||||
|
|
||||||
} else if (payloadType === "sx os") {
|
} else if (payloadType === "sx os") {
|
||||||
payload = sx;
|
payload = sx;
|
||||||
} else if (payloadType === "uploaded") {
|
} else if (payloadType === "uploaded") {
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue