mirror of
https://github.com/lordfriky/web-cfw-loader.git
synced 2024-12-25 14:41:55 +00:00
Possibly fixed banner issues
This commit is contained in:
parent
78a99d2842
commit
3e2466dc72
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
|
||||
.DS_Store
|
2
main.js
2
main.js
@ -165,7 +165,7 @@ document.getElementById("goButton").addEventListener("click", async () => {
|
||||
}
|
||||
payload = new Uint8Array(await readFileAsArrayBuffer(file));
|
||||
} else {
|
||||
logOutput("<p style='color:red'>You're trying to load a payload type that doesn't exist.</p>");
|
||||
logOutput("<span style='color:red'>You're trying to load a payload type that doesn't exist.</span>");
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user