changes due to feedback

This commit is contained in:
Ikarulus 2017-06-03 01:42:23 +02:00 committed by Scott Nonnenberg
parent 068cf5092c
commit 1021f835fe

View file

@ -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();