mirror of
https://github.com/lordfriky/web-cfw-loader.git
synced 2025-05-03 19:02:27 +00:00
Update main.js
This commit is contained in:
parent
5422b9ffae
commit
a560c38ecb
2
main.js
2
main.js
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user