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; }