Update main.js

pull/1/merge
Elijah Bansley 2018-05-17 16:57:06 -05:00 committed by GitHub
parent 3e6d327565
commit f6da7019a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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