1
0
複製 0

Does not check for a_type anymore

This commit is contained in:
7u83 2020-03-06 10:01:40 +00:00
父節點 7245bfc0aa
當前提交 b14dc2762c
共有 1 個文件被更改,包括 1 次插入1 次删除

查看文件

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