From abb2cc0561135360e2ad1bb057338667ba620fcb Mon Sep 17 00:00:00 2001 From: Christian Franke Date: Wed, 19 Mar 2014 19:01:12 +0100 Subject: Changes to form --- public/js/cctv-control.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'public/js/cctv-control.js') 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 -- cgit v1.2.1