From 3defe693247de03b3b29e2d93c721303badced2b Mon Sep 17 00:00:00 2001 From: Elijah Bansley Date: Thu, 17 May 2018 23:49:28 -0500 Subject: [PATCH] Update main.js --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index 420f49e..b30480a 100644 --- a/main.js +++ b/main.js @@ -172,7 +172,7 @@ function openInfo() { if(document.getElementById("infodiv").innerHTML != "") { document.getElementById("infodiv").innerHTML = ""; } else { - document.getElementById("infodiv").innerHTML = "

Info:

This is moderately tested. Although no issues have been discovered, I'm not responsible if anything goes wrong!

This does NOT work on Windows due to a limitation in the Chrome implementation of WebUSB (and probably other reasons!)

This does NOT currently work on any browser but Chrome, because they don't implement WebUSB.

On Linux, you might get an access denied error!If you do, you can try creating a file at /etc/udev/rules.d/50-switch.rulesWith the following contents:
SUBSYSTEM=="usb", ATTR{idVendor}=="0955", MODE="0664", GROUP="plugdev"

Hekate for 4.x has not been tested, as I do not have a 4.x switch. However, all other payloads will be tested as they are uploaded.

This has been tested and appears to work on Linux, OSX, Android (unrooted) and Chromebooks. Your mileage may vary.

"); + document.getElementById("infodiv").innerHTML = "

Info:

This is moderately tested. Although no issues have been discovered, I'm not responsible if anything goes wrong!

This does NOT work on Windows due to a limitation in the Chrome implementation of WebUSB (and probably other reasons!)

This does NOT currently work on any browser but Chrome, because they don't implement WebUSB.

On Linux, you might get an access denied error!If you do, you can try creating a file at /etc/udev/rules.d/50-switch.rulesWith the following contents:
SUBSYSTEM=="usb", ATTR{idVendor}=="0955", MODE="0664", GROUP="plugdev"

Hekate for 4.x has not been tested, as I do not have a 4.x switch. However, all other payloads will be tested as they are uploaded.

This has been tested and appears to work on Linux, OSX, Android (unrooted) and Chromebooks. Your mileage may vary.

"; } }