Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-12-17 16:43:48 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-12-17 16:43:48 +0300
commitba0d4078cfb98d7ee78d881d161d925ce5f729c2 (patch)
treea3d492225a58707a69feb8007888d6c7861a5812 /src
parent88817376800114c1a7ff502c1dd4a84b95d11732 (diff)
Fix build
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/router/index.js2
-rw-r--r--src/views/Timeline.vue2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/router/index.js b/src/router/index.js
index cee094da..6992a81b 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -97,7 +97,7 @@ export default new Router({
name: 'maps',
// router-link doesn't support external url, let's force the redirect
beforeEnter() {
- window.open(mapsPath, '_blank');
+ window.open(mapsPath, '_blank')
},
},
],
diff --git a/src/views/Timeline.vue b/src/views/Timeline.vue
index fdcfe00d..349d88cf 100644
--- a/src/views/Timeline.vue
+++ b/src/views/Timeline.vue
@@ -238,7 +238,7 @@ export default {
this.loadingPage = false
this.page = 0
this.page = 0
- }
+ },
},