diff options
Diffstat (limited to 'viewer/src/store/galleryStore.ts')
-rw-r--r-- | viewer/src/store/galleryStore.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/viewer/src/store/galleryStore.ts b/viewer/src/store/galleryStore.ts index 5d599aa..6d64e12 100644 --- a/viewer/src/store/galleryStore.ts +++ b/viewer/src/store/galleryStore.ts | |||
@@ -126,7 +126,7 @@ export default class GalleryStore extends VuexModule { | |||
126 | } | 126 | } |
127 | 127 | ||
128 | private static getUrlConfig() { | 128 | private static getUrlConfig() { |
129 | let search = window.location.search; | 129 | const search = window.location.search; |
130 | if (search.length > 1) return search.substr(1) + ".json"; | 130 | if (search.length > 1) return search.substr(1) + ".json"; |
131 | return "config.json"; | 131 | return "config.json"; |
132 | } | 132 | } |