Update main.js
parent
3e6d327565
commit
f6da7019a2
1
main.js
1
main.js
|
@ -110,6 +110,7 @@ async function launchPayload(payload) {
|
|||
}
|
||||
|
||||
document.getElementById("goButton").addEventListener("click", async () => {
|
||||
clearLog();
|
||||
var debugCheckbox = document.getElementById("shouldDebug");
|
||||
const payloadType = document.forms.mainForm.payload.value;
|
||||
if(debugCheckbox.checked) {
|
||||
|
|
Loading…
Reference in New Issue