diff --git a/public/bestellformular/bestellformular.html b/public/bestellformular/bestellformular.html index 999319a..9b8ae8b 100644 --- a/public/bestellformular/bestellformular.html +++ b/public/bestellformular/bestellformular.html @@ -113,7 +113,6 @@ const sendButton = document.getElementById('sendOrder'); - let artikelVerfuegbarkeiten = []; ladeWarenkorb(); // Bestellung absenden @@ -209,7 +208,7 @@ const data = await response.json(); const artikelDivs = document.querySelectorAll('.Artikel'); - artikelVerfuegbarkeiten = []; + let artikelVerfuegbarkeiten = []; artikelDivs.forEach(div => { const artikelNrInput = div.querySelector('.ArtikelNrText'); diff --git a/public/inputHandler/verifyPassword.js b/public/inputHandler/verifyPassword.js new file mode 100644 index 0000000..e69de29 diff --git a/public/login/login.html b/public/login/login.html index 6276142..05f2f2c 100644 --- a/public/login/login.html +++ b/public/login/login.html @@ -32,7 +32,7 @@
@@ -54,7 +54,7 @@ +