Update main.js

This commit is contained in:
Elijah Bansley 2018-05-17 11:09:24 -05:00 committed by GitHub
parent e92f689e1c
commit 90f0d23dd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) {