From 0d3a398f8344a8e1216936eac3e3b88e3cf9d1aa 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 d5c8ca9..c6f81ab 100644 --- a/data/index.html +++ b/data/index.html @@ -40,6 +40,7 @@ name="ip-method" id="input-ip-method" title="IP-" + required > @@ -53,6 +54,7 @@ name="ip" id="input-ip" placeholder="IP-Adresse" + required /> @@ -80,6 +84,7 @@ name="connection" id="input-connection" title="Verbindung" + required > @@ -94,6 +99,7 @@ name="ssid" id="input-ssid" placeholder="SSID" + required /> @@ -104,6 +110,7 @@ name="ssid" id="select-network" title="Netzwerk" + required >