mirror of
https://github.com/lordfriky/web-cfw-loader.git
synced 2025-05-04 03:12:27 +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";
|
document.getElementById("output").value += message.join(" ") + "\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function clearLog() {
|
||||||
|
document.getElementById("output").value = "";
|
||||||
|
}
|
||||||
|
|
||||||
let device;
|
let device;
|
||||||
|
|
||||||
async function launchPayload(payload) {
|
async function launchPayload(payload) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user