Fix code comment.

pull/64/head
Mikunj 6 years ago
parent cc0b74fe4a
commit d2c9def028

@ -477,14 +477,16 @@
// ALWAYS HIDE until we support audio // ALWAYS HIDE until we support audio
this.$('.capture-audio').hide(); this.$('.capture-audio').hide();
// if ( /*
// this.$('.send-message').val().length > 0 || if (
// this.fileInput.hasFiles() this.$('.send-message').val().length > 0 ||
// ) { this.fileInput.hasFiles()
// this.$('.capture-audio').hide(); ) {
// } else { this.$('.capture-audio').hide();
// this.$('.capture-audio').show(); } else {
// } this.$('.capture-audio').show();
}
*/
}, },
toggleLengthWarning() { toggleLengthWarning() {
if (this.$('.send-message').val().length > 2000) { if (this.$('.send-message').val().length > 2000) {

Loading…
Cancel
Save