diff --git a/main.js b/main.js index 6389d77..794b3d0 100644 --- a/main.js +++ b/main.js @@ -183,4 +183,4 @@ function openInstructions() { document.getElementById("infodiv").innerHTML = "

Instructions:

Put the Switch in RCM, and connect it to your device.

Select either the example payload, or upload one.

Press 'Run Payload!'

On the consent screen that appears, select 'APX' and hit confirm.

If all goes well, the payload will launch!

"; } -document.getElementById("payloadUpload").addEventListener("change", () => document.forms.mainForm.payload.value = "uploaded"); +document.getElementById("payloadUpload").addEventListener("change", () => document.forms.mainForm.payload.value = "uploaded";