Update main.js
parent
12ba295409
commit
68273749a3
3
main.js
3
main.js
|
@ -181,6 +181,7 @@ function openInstructions() {
|
|||
document.getElementById("infodiv").innerHTML = "";
|
||||
} else {
|
||||
document.getElementById("infodiv").innerHTML = "<h4>Instructions:</h4><p>Put the Switch in RCM, and connect it to your device.</p><p>Select either the example payload, or upload one.</p><p>Press 'Run Payload!'</p><p>On the consent screen that appears, select 'APX' and hit confirm.</p><p>If all goes well, the payload will launch!</p>";
|
||||
}
|
||||
}
|
||||
|
||||
document.getElementById("payloadUpload").addEventListener("change", () => document.forms.mainForm.payload.value = "uploaded";
|
||||
document.getElementById("payloadUpload").addEventListener("change", () => document.forms.mainForm.payload.value = "uploaded");
|
||||
|
|
Loading…
Reference in New Issue