todo
This commit is contained in:
parent
4ca81f90e9
commit
92c6aac49e
1 changed files with 1 additions and 1 deletions
|
|
@ -633,7 +633,7 @@ var vm = new Vue({
|
||||||
fetchAllFeeds: function() {
|
fetchAllFeeds: function() {
|
||||||
if (this.loading.feeds) return
|
if (this.loading.feeds) return
|
||||||
api.feeds.refresh().then(function() {
|
api.feeds.refresh().then(function() {
|
||||||
// NOTE: this is hacky
|
// TODO: this is hacky. come up with something decent
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
vm.refreshStats()
|
vm.refreshStats()
|
||||||
}, 1000)
|
}, 1000)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue