summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-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"
},
{