Increase guestbook comment character limit to 4000
This commit is contained in:
parent
ea52e489d3
commit
ab40caeeee
|
@ -104,7 +104,7 @@ registerNamespace("GW.Controls", function (ns)
|
|||
</label>
|
||||
<textarea id="${this.idKey}-comment"
|
||||
minlength="1"
|
||||
maxlength="1000"
|
||||
maxlength="4000"
|
||||
required="true"
|
||||
rows="5"
|
||||
></textarea>
|
||||
|
|
Loading…
Reference in New Issue