summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2019-04-18 19:42:40 +0900
committersyuilo <syuilotan@yahoo.co.jp>2019-04-18 19:42:40 +0900
commit55f63229cd8f26663a3d9dcc6095997d045f1bd9 (patch)
tree142e284435c9317d528e10001758618ed4256327 /src
parentResolve #4735 (diff)
downloadsharkey-55f63229cd8f26663a3d9dcc6095997d045f1bd9.tar.gz
sharkey-55f63229cd8f26663a3d9dcc6095997d045f1bd9.tar.bz2
sharkey-55f63229cd8f26663a3d9dcc6095997d045f1bd9.zip
Update timemachine.vue
Diffstat (limited to 'src')
-rw-r--r--src/client/app/desktop/views/widgets/timemachine.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/desktop/views/widgets/timemachine.vue b/src/client/app/desktop/views/widgets/timemachine.vue
index 22a4120403..854b01c13e 100644
--- a/src/client/app/desktop/views/widgets/timemachine.vue
+++ b/src/client/app/desktop/views/widgets/timemachine.vue
@@ -14,7 +14,7 @@ export default define({
}).extend({
methods: {
chosen(date) {
- this.$emit('chosen', date);
+ this.$root.$emit('warp', date);
},
func() {
if (this.props.design == 5) {