mirror of
https://github.com/lordfriky/web-cfw-loader.git
synced 2024-12-28 16:11:55 +00:00
Update main.js
This commit is contained in:
parent
10881fb669
commit
db31f5c6c8
4
main.js
4
main.js
@ -69,11 +69,11 @@ function readFileAsArrayBuffer(file) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function logOutput(...message) {
|
function logOutput(...message) {
|
||||||
document.getElementById("output").innerHTML = document.getElementById("output").innerHTML + message.join(" ") + "\n";
|
document.getElementById("output").innerHTML = document.getElementById("output").innerHTML + message.join(" ") + "<br>";
|
||||||
}
|
}
|
||||||
|
|
||||||
function clearLog() {
|
function clearLog() {
|
||||||
document.getElementById("output").value = "";
|
document.getElementById("output").innerHTML = "";
|
||||||
}
|
}
|
||||||
|
|
||||||
let device;
|
let device;
|
||||||
|
Loading…
Reference in New Issue
Block a user