pull/7142/merge
Roman Karwacik 2 weeks ago committed by GitHub
commit c36ab73417
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -216,6 +216,9 @@ export default {
this.loadedCache = [curPage.parent]
this.currentItems = _.filter(items, ['parent', curPage.parent])
this.$store.commit(`loadingStop`, 'browse-load')
if (curPage.isFolder) {
this.fetchBrowseItems(curPage)
}
},
goHome () {
window.location.assign(siteLangs.length > 0 ? `/${this.locale}/home` : '/')

Loading…
Cancel
Save