Possibly fixed banner issues
parent
78a99d2842
commit
3e2466dc72
|
@ -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));
|
payload = new Uint8Array(await readFileAsArrayBuffer(file));
|
||||||
} else {
|
} 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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue