Increase guestbook comment character limit to 4000

This commit is contained in:
Leilukin 2024-05-25 02:25:02 +08:00 committed by Helen Chong
parent c3b2a8ac53
commit 524e9e7090

View File

@ -104,7 +104,7 @@ registerNamespace("GW.Controls", function (ns)
</label> </label>
<textarea id="${this.idKey}-comment" <textarea id="${this.idKey}-comment"
minlength="1" minlength="1"
maxlength="1000" maxlength="4000"
required="true" required="true"
rows="5" rows="5"
></textarea> ></textarea>