Update main.js

pull/1/merge
Elijah Bansley 2018-05-17 08:34:55 -05:00 committed by GitHub
parent 5422b9ffae
commit a560c38ecb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ async function launchPayload(payload) {
} }
document.getElementById("goButton").addEventListener("click", async () => { document.getElementById("goButton").addEventListener("click", async () => {
var debugCheckbox = document.querySelector('input[value="shouldDebug"]'); var debugCheckbox = document.getElementById("shouldDebug");
if(debugCheckbox.checked) { if(debugCheckbox.checked) {
logOutput(payload); logOutput(payload);
} }