Log when fetching messages
// FREEBIE
This commit is contained in:
parent
1a06ac6ead
commit
2506b2115d
1 changed files with 1 additions and 0 deletions
|
@ -128,6 +128,7 @@
|
|||
},
|
||||
|
||||
fetchMessages: function() {
|
||||
console.log('fetchMessages');
|
||||
this.$('.bar-container').show();
|
||||
return this.model.fetchContacts().then(function() {
|
||||
return this.model.fetchMessages().then(function() {
|
||||
|
|
Loading…
Reference in a new issue