summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2021-02-11 13:59:11 -0500
committerKyle Gunger <kgunger12@gmail.com>2021-02-11 13:59:11 -0500
commit5201f901dbe222e022d6986fa2299ba8ee2bd2da (patch)
tree31ab4721ba78256264a2549be20cdc50b5e02808
parent56008230167a0e3dfb4694d73e6b0159b6440484 (diff)
Fix index page
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index d7d5255..c6fd51b 100644
--- a/index.html
+++ b/index.html
@@ -106,12 +106,12 @@
const Options = [
{
type: "select",
- args: [["WSS", "WS"], ["wss://", "ws://"]],
+ args: [["wss://", "ws://"], ["WSS", "WS"]],
title: "Protocol"
},
{
type: "text",
- args: ["localhost"],
+ args: ["localhost", ""],
title: "Server URL"
},
{