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
e80deb6f8d
commit
5422b9ffae
4
main.js
4
main.js
@ -106,8 +106,8 @@ async function launchPayload(payload) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
document.getElementById("goButton").addEventListener("click", async () => {
|
document.getElementById("goButton").addEventListener("click", async () => {
|
||||||
const shouldDebug = document.forms.mainForm.debug.value;
|
var debugCheckbox = document.querySelector('input[value="shouldDebug"]');
|
||||||
if(shouldDebug == "shouldDebug") {
|
if(debugCheckbox.checked) {
|
||||||
logOutput(payload);
|
logOutput(payload);
|
||||||
}
|
}
|
||||||
logOutput("Requesting access to device...");
|
logOutput("Requesting access to device...");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user