changes due to feedback

pull/749/head
Ikarulus 8 years ago committed by Scott Nonnenberg
parent 068cf5092c
commit 1021f835fe

@ -182,7 +182,7 @@
}
},
toggleLengthWarning: function() {
if (this.$('.send-message').val().length > 2000 || this.fileInput.hasFiles()) {
if (this.$('.send-message').val().length > 2000) {
this.$('.android-length-warning').show();
} else {
this.$('.android-length-warning').hide();

Loading…
Cancel
Save