mirror of
https://github.com/lordfriky/web-cfw-loader.git
synced 2025-05-17 01:32:32 +00:00
Update main.js
This commit is contained in:
parent
3e6d327565
commit
f6da7019a2
1
main.js
1
main.js
@ -110,6 +110,7 @@ async function launchPayload(payload) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
document.getElementById("goButton").addEventListener("click", async () => {
|
document.getElementById("goButton").addEventListener("click", async () => {
|
||||||
|
clearLog();
|
||||||
var debugCheckbox = document.getElementById("shouldDebug");
|
var debugCheckbox = document.getElementById("shouldDebug");
|
||||||
const payloadType = document.forms.mainForm.payload.value;
|
const payloadType = document.forms.mainForm.payload.value;
|
||||||
if(debugCheckbox.checked) {
|
if(debugCheckbox.checked) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user