diff --git a/src/assets/javascripts/app.js b/src/assets/javascripts/app.js index f8935d8..b81e949 100644 --- a/src/assets/javascripts/app.js +++ b/src/assets/javascripts/app.js @@ -633,7 +633,7 @@ var vm = new Vue({ fetchAllFeeds: function() { if (this.loading.feeds) return api.feeds.refresh().then(function() { - // NOTE: this is hacky + // TODO: this is hacky. come up with something decent setTimeout(function() { vm.refreshStats() }, 1000)