oops2
parent
1d4fdd0847
commit
ba77a0c485
2
main.js
2
main.js
|
@ -137,7 +137,7 @@ document.getElementById("goButton").addEventListener("click", async () => {
|
|||
if (payloadType === "hekate v5") {
|
||||
payload = hekate5;
|
||||
|
||||
} else if (payloadType === "hekatev4") {
|
||||
} else if (payloadType === "hekate v4") {
|
||||
payload = hekate4;
|
||||
|
||||
} else if (payloadType === "fusee") {
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue