Log when fetching messages

// FREEBIE
pull/749/head
lilia 10 years ago
parent 1a06ac6ead
commit 2506b2115d

@ -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…
Cancel
Save