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() {
|
fetchMessages: function() {
|
||||||
|
console.log('fetchMessages');
|
||||||
this.$('.bar-container').show();
|
this.$('.bar-container').show();
|
||||||
return this.model.fetchContacts().then(function() {
|
return this.model.fetchContacts().then(function() {
|
||||||
return this.model.fetchMessages().then(function() {
|
return this.model.fetchMessages().then(function() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue