make comment required

This commit is contained in:
Uwe Steinmann 2021-09-29 21:24:13 +02:00
parent 43f7a94aa6
commit 3487a27f9d

View File

@ -122,6 +122,7 @@ $(document).ready(function() {
array(
'element'=>'textarea',
'name'=>'comment',
'required'=>true,
'rows'=>4,
'cols'=>80
)