Skip to content

Commit

Permalink
do not show loading icon after marking all articles read
Browse files Browse the repository at this point in the history
  • Loading branch information
nkanaev committed Nov 20, 2021
1 parent 92f11f7 commit eee8002
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/assets/javascripts/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,7 @@ var vm = new Vue({
vm.items = []
vm.itemsPage = {'cur': 1, 'num': 1}
vm.itemSelected = null
vm.itemsHasMore = false
vm.refreshStats()
})
},
Expand Down

0 comments on commit eee8002

Please sign in to comment.