Update main.js

pull/1/merge
Elijah Bansley 2018-05-17 08:41:39 -05:00 committed by GitHub
parent 05dc78255f
commit a755eaaf66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -109,6 +109,7 @@ document.getElementById("goButton").addEventListener("click", async () => {
var debugCheckbox = document.getElementById("shouldDebug"); var debugCheckbox = document.getElementById("shouldDebug");
const payloadType = document.forms.mainForm.payload.value; const payloadType = document.forms.mainForm.payload.value;
if(debugCheckbox.checked) { if(debugCheckbox.checked) {
logOutput("Debugging");
let payload; let payload;
if (payloadType === "fusee.bin") { if (payloadType === "fusee.bin") {
payload = fusee; payload = fusee;