This website works better with JavaScript.
Home
Help
Register
Sign In
alpcentaur
/
wmdeit_kaform
Watch
0
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
Does not check for a_type anymore
currency
7u83
4 years ago
parent
7245bfc0aa
commit
b14dc2762c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
kaform.js
+ 1
- 1
kaform.js
View File
@ -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
;
}
Write
Preview
Loading…
Cancel
Save