Add tests for filtering left groups from search
// FREEBIE
This commit is contained in:
parent
7e8ce5eb54
commit
ef9559d844
2 changed files with 43 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
|||
'click .new-contact': 'createConversation',
|
||||
},
|
||||
|
||||
filterContacts: function(e) {
|
||||
filterContacts: function() {
|
||||
var query = this.$input.val().trim();
|
||||
if (query.length) {
|
||||
if (this.maybeNumber(query)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue