UWVA#41492 OPD: opdracht aanpassen van noties en afmeld veld

svn path=/Website/trunk/; revision=35555
This commit is contained in:
Erik Groener
2017-10-04 11:59:58 +00:00
parent d2914be78a
commit 05ca46e94a

View File

@@ -279,7 +279,7 @@ function checkInput()
$("#opdr_omschr").val(s);
}
s = $("#opdr_opm").val();
s = $("#opdr_opm").val() || 0;
if (s.length > 4000)
{
s = s.substring(0, 4000);