Increases limit of characters on textarea

This commit is contained in:
Gustavo Maximiliano Cortez 2015-05-07 14:01:16 -03:00
commit 931b7c25c2
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF

View file

@ -353,7 +353,7 @@
</label>
<div class="input">
<textarea id="comment" ng-disabled="home.blockUx" name="comment"
ng-maxlength="100" ng-model="_comment" ng-focus="home.formFocus('msg')"
ng-maxlength="500" ng-model="_comment" ng-focus="home.formFocus('msg')"
ng-blur="home.formFocus(false)"></textarea>
</div>
</div>