From 3bfee40d69858013176008360e06ef7db8996734 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Thu, 21 Feb 2019 21:16:47 -0700 Subject: [PATCH] Update Timeline component --- resources/assets/js/components/Timeline.vue | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/resources/assets/js/components/Timeline.vue b/resources/assets/js/components/Timeline.vue index b2d8a958b..a013b56e5 100644 --- a/resources/assets/js/components/Timeline.vue +++ b/resources/assets/js/components/Timeline.vue @@ -206,11 +206,11 @@ +
-
+ -->
@@ -341,15 +341,7 @@ mounted() { this.$nextTick(function () { $('[data-toggle="tooltip"]').tooltip() - let cachedSettings = window.ls.get('pixelfed-classicui-settings'); - if(cachedSettings.length && cachedSettings.hasOwnProperty('notify')) { - this.modes = cachedSettings; - } else { - window.ls.set('pixelfed-classicui-settings', this.modes); - } - if(cachedSettings.notify == true) { - this.fetchNotifications(); - } + this.fetchNotifications(); }); },