From 53e42a0b0b56f8972f207607b96f0b7cf549472e Mon Sep 17 00:00:00 2001 From: RaffaelW Date: Sun, 15 Dec 2024 21:09:02 +0100 Subject: [PATCH] made some input fields required --- data/index.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/data/index.html b/data/index.html index bea2808..1e9572a 100644 --- a/data/index.html +++ b/data/index.html @@ -109,6 +109,7 @@ name="ip-method" id="input-ip-method" title="IP-" + required > @@ -122,6 +123,7 @@ name="ip" id="input-ip" placeholder="IP-Adresse" + required /> @@ -149,6 +153,7 @@ name="connection" id="input-connection" title="Verbindung" + required > @@ -163,6 +168,7 @@ name="ssid" id="input-ssid" placeholder="SSID" + required /> @@ -173,6 +179,7 @@ name="ssid" id="select-network" title="Netzwerk" + required >