mirror of
https://github.com/lordfriky/web-cfw-loader.git
synced 2025-01-18 18:41:28 +00:00
Update main.js
This commit is contained in:
parent
a755eaaf66
commit
9d29a71676
2
main.js
2
main.js
@ -109,7 +109,7 @@ document.getElementById("goButton").addEventListener("click", async () => {
|
||||
var debugCheckbox = document.getElementById("shouldDebug");
|
||||
const payloadType = document.forms.mainForm.payload.value;
|
||||
if(debugCheckbox.checked) {
|
||||
logOutput("Debugging");
|
||||
logOutput("Debugging...");
|
||||
let payload;
|
||||
if (payloadType === "fusee.bin") {
|
||||
payload = fusee;
|
||||
|
Loading…
x
Reference in New Issue
Block a user