From 262760d2586cac48da27cf7eb5389116d4023dfe Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Wed, 10 Apr 2019 21:48:42 +0300 Subject: revert unnecessary changes --- src/components/timeline/timeline.js | 2 +- src/components/timeline/timeline.vue | 59 +++++++++++------------------------- 2 files changed, 18 insertions(+), 43 deletions(-) (limited to 'src/components/timeline') diff --git a/src/components/timeline/timeline.js b/src/components/timeline/timeline.js index 9d39afc2..1da7d5cc 100644 --- a/src/components/timeline/timeline.js +++ b/src/components/timeline/timeline.js @@ -137,7 +137,7 @@ const Timeline = { if (top < 15 && !this.paused && !(this.unfocused && this.$store.state.config.pauseOnUnfocused) - ) { + ) { this.showNewStatuses() } else { this.paused = true diff --git a/src/components/timeline/timeline.vue b/src/components/timeline/timeline.vue index 1fc52083..e0a34bd1 100644 --- a/src/components/timeline/timeline.vue +++ b/src/components/timeline/timeline.vue @@ -2,66 +2,41 @@
- {{ title }} + {{title}}
-
- {{ $t('timeline.error_fetching') }} +
+ {{$t('timeline.error_fetching')}}
- -
- {{ $t('timeline.up_to_date') }} +
+ {{$t('timeline.up_to_date')}}
-
-