mirror of
https://github.com/lordfriky/web-cfw-loader.git
synced 2025-05-03 02:42:28 +00:00
Update main.js
This commit is contained in:
parent
05dc78255f
commit
a755eaaf66
1
main.js
1
main.js
@ -109,6 +109,7 @@ document.getElementById("goButton").addEventListener("click", async () => {
|
|||||||
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) {
|
||||||
|
logOutput("Debugging");
|
||||||
let payload;
|
let payload;
|
||||||
if (payloadType === "fusee.bin") {
|
if (payloadType === "fusee.bin") {
|
||||||
payload = fusee;
|
payload = fusee;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user