mirror of
https://github.com/lordfriky/web-cfw-loader.git
synced 2025-06-03 18:12:33 +00:00
Update main.js
This commit is contained in:
parent
7141175382
commit
254758d33d
4
main.js
4
main.js
@ -72,6 +72,10 @@ function logOutput(...message) {
|
||||
document.getElementById("output").value += message.join(" ") + "\n";
|
||||
}
|
||||
|
||||
function clearLog() {
|
||||
document.getElementById("output").value = "";
|
||||
}
|
||||
|
||||
let device;
|
||||
|
||||
async function launchPayload(payload) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user