diff options
Diffstat (limited to 'viewer/src/views/MainLayout.vue')
-rw-r--r-- | viewer/src/views/MainLayout.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/viewer/src/views/MainLayout.vue b/viewer/src/views/MainLayout.vue index 272c045..2d74db9 100644 --- a/viewer/src/views/MainLayout.vue +++ b/viewer/src/views/MainLayout.vue | |||
@@ -43,6 +43,7 @@ export default class MainLayout extends Vue { | |||
43 | scrollPositions: ScrollPosition = {}; | 43 | scrollPositions: ScrollPosition = {}; |
44 | 44 | ||
45 | mounted() { | 45 | mounted() { |
46 | history.replaceState({ ldgallery: "ENTRYPOINT" }, ""); | ||
46 | this.fetchGalleryItems(); | 47 | this.fetchGalleryItems(); |
47 | } | 48 | } |
48 | 49 | ||