Update main.js

This commit is contained in:
Elijah Bansley 2018-05-19 00:07:43 -05:00 committed by GitHub
parent 95d6e51abd
commit efe031d4e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -144,7 +144,7 @@ document.getElementById("goButton").addEventListener("click", async () => {
logOutput("Requesting access to device...");
device = await navigator.usb.requestDevice({ filters: [{ vendorId: 0x0955 }] });
logOutput(`<p style='color:blue'>Preparing to launch ${payloadType}...</p>`);
logOutput(`<span style='color:blue'>Preparing to launch ${payloadType}...</span>`);
let payload;
if (payloadType === "hekate v5") {