Update main.js

pull/1/merge
Elijah Bansley 2018-05-17 16:55:01 -05:00 committed by GitHub
parent 7141175382
commit 254758d33d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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) {