Roman Karwacik
1 day ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
3 additions and
0 deletions
-
client/themes/default/components/nav-sidebar.vue
|
|
@ -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` : '/') |
|
|
|