From 5201f901dbe222e022d6986fa2299ba8ee2bd2da Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Thu, 11 Feb 2021 13:59:11 -0500 Subject: Fix index page --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'index.html') 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" }, { -- cgit v1.2.3