mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Remove text limit in content box of contact us
This commit is contained in:
parent
618935b643
commit
aafdc794cd
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ script(type='text/ng-template', id='supportModalTemplate')
|
|||
label.desc
|
||||
| #{translate("suggestion")}
|
||||
.form-group
|
||||
textarea.field.text.medium.span8.form-control(ng-model="form.message",type='text', value='', maxlength='255', tabindex='4', onkeyup='')
|
||||
textarea.field.text.medium.span8.form-control(ng-model="form.message",type='text', value='', tabindex='4', onkeyup='')
|
||||
.form-group.text-center
|
||||
input.btn-success.btn.btn-lg(type='submit', ng-disabled="sending", ng-click="contactUs()" value='#{translate("contact_us")}')
|
||||
span(ng-show="sent")
|
||||
|
|
Loading…
Reference in a new issue