mirror of
https://github.com/lordfriky/web-cfw-loader.git
synced 2024-12-27 23:51:55 +00:00
Update main.js
This commit is contained in:
parent
e3a06d484f
commit
be71e051d2
2
main.js
2
main.js
@ -69,7 +69,7 @@ function readFileAsArrayBuffer(file) {
|
||||
}
|
||||
|
||||
function logOutput(...message) {
|
||||
document.getElementById("output").innerHTML += message.join(" ") + "\n";
|
||||
document.getElementById("output").innerHTML = document.getElementById("output").innerHTML + message.join(" ") + "\n";
|
||||
}
|
||||
|
||||
function clearLog() {
|
||||
|
Loading…
Reference in New Issue
Block a user