mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-08 20:46:05 +00:00
make comment required
This commit is contained in:
parent
43f7a94aa6
commit
3487a27f9d
|
@ -122,6 +122,7 @@ $(document).ready(function() {
|
||||||
array(
|
array(
|
||||||
'element'=>'textarea',
|
'element'=>'textarea',
|
||||||
'name'=>'comment',
|
'name'=>'comment',
|
||||||
|
'required'=>true,
|
||||||
'rows'=>4,
|
'rows'=>4,
|
||||||
'cols'=>80
|
'cols'=>80
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user