diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2021-02-11 13:59:11 -0500 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2021-02-11 13:59:11 -0500 |
commit | 5201f901dbe222e022d6986fa2299ba8ee2bd2da (patch) | |
tree | 31ab4721ba78256264a2549be20cdc50b5e02808 | |
parent | 56008230167a0e3dfb4694d73e6b0159b6440484 (diff) |
Fix index page
-rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" }, { |