hide loader after marking feed as read
This commit is contained in:
parent
02e185ae92
commit
0b620dc76b
1 changed files with 1 additions and 0 deletions
|
|
@ -359,6 +359,7 @@ var vm = new Vue({
|
||||||
var query = this.getItemsQuery()
|
var query = this.getItemsQuery()
|
||||||
api.items.mark_read(query).then(function() {
|
api.items.mark_read(query).then(function() {
|
||||||
vm.items = []
|
vm.items = []
|
||||||
|
vm.itemsPage = {'cur': 1, 'num': 1}
|
||||||
vm.refreshStats()
|
vm.refreshStats()
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue