From b14dc2762cda58bd2543e4263c77c0fef8ca2e86 Mon Sep 17 00:00:00 2001 From: 7u83 <7u83> Date: Fri, 6 Mar 2020 10:01:40 +0000 Subject: [PATCH] Does not check for a_type anymore --- kaform.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kaform.js b/kaform.js index 4465946..3138246 100644 --- a/kaform.js +++ b/kaform.js @@ -294,7 +294,7 @@ function downloadDocument() return; if (countRows()==0){ - document.getElementById("a_type").focus(); + document.getElementById("a_description").focus(); showAlert("Bitte füge mind. eine Auslage hinzu!"); return; }