Update main.js

pull/1/merge
Elijah Bansley 2018-05-17 13:21:59 -05:00 committed by GitHub
parent 50d59f5b37
commit e2588d8579
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ document.getElementById("goButton").addEventListener("click", async () => {
logOutput("Logging payload bytes...");
let payload;
if (payloadType === "fusee.bin") {
payload = cfw;
payload = hekate5;
} else if (payloadType === "uploaded") {
const file = document.getElementById("payloadUpload").files[0];
if (!file) {