summaryrefslogtreecommitdiff
path: root/public/js/cctv-control.js
diff options
context:
space:
mode:
Diffstat (limited to 'public/js/cctv-control.js')
-rw-r--r--public/js/cctv-control.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/js/cctv-control.js b/public/js/cctv-control.js
index 8ac8b0c..ccd77c9 100644
--- a/public/js/cctv-control.js
+++ b/public/js/cctv-control.js
@@ -193,8 +193,8 @@ function completeForm() {
return setError("Analyse der Aufnahme unzureichend!");
if (formAnalysis2.value.length < 3)
return setError("Bemerkungen zum Untersuchungsverlauf unzureichend!");
-/* if (formAnalysis3.value.length < 3)
- return setError("Analyse der Aufnahme unzureichend!");*/
+ if (formAnalysis3.value.length < 3)
+ return setError("Persönliche Bemerkungen fehlen!");
// unfocus and disable button
//otherwise next enter press will trigger print-function