Update main.js
parent
05dc78255f
commit
a755eaaf66
1
main.js
1
main.js
|
@ -109,6 +109,7 @@ document.getElementById("goButton").addEventListener("click", async () => {
|
|||
var debugCheckbox = document.getElementById("shouldDebug");
|
||||
const payloadType = document.forms.mainForm.payload.value;
|
||||
if(debugCheckbox.checked) {
|
||||
logOutput("Debugging");
|
||||
let payload;
|
||||
if (payloadType === "fusee.bin") {
|
||||
payload = fusee;
|
||||
|
|
Loading…
Reference in New Issue