changes due to feedback
This commit is contained in:
parent
068cf5092c
commit
1021f835fe
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
toggleLengthWarning: function() {
|
toggleLengthWarning: function() {
|
||||||
if (this.$('.send-message').val().length > 2000 || this.fileInput.hasFiles()) {
|
if (this.$('.send-message').val().length > 2000) {
|
||||||
this.$('.android-length-warning').show();
|
this.$('.android-length-warning').show();
|
||||||
} else {
|
} else {
|
||||||
this.$('.android-length-warning').hide();
|
this.$('.android-length-warning').hide();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue