From 68273749a37dff1fdfe06a38ed7340192c966c1c Mon Sep 17 00:00:00 2001 From: Elijah Bansley Date: Fri, 18 May 2018 00:16:22 -0500 Subject: [PATCH] Update main.js --- main.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.js b/main.js index 794b3d0..6a5a587 100644 --- a/main.js +++ b/main.js @@ -181,6 +181,7 @@ function openInstructions() { document.getElementById("infodiv").innerHTML = ""; } else { 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");