From 9a4187a6af72502a6cf4809d738e7c5e45a86aac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Mon, 30 Sep 2019 10:15:56 +0200 Subject: [PATCH] Remove update on hover and click by Roberts suggestion --- .../NotificationMenu/NotificationMenu.vue | 85 +++---------------- webapp/constants/notifications.js | 3 - 2 files changed, 14 insertions(+), 74 deletions(-) diff --git a/webapp/components/notifications/NotificationMenu/NotificationMenu.vue b/webapp/components/notifications/NotificationMenu/NotificationMenu.vue index 1897688e1..d32eb6c33 100644 --- a/webapp/components/notifications/NotificationMenu/NotificationMenu.vue +++ b/webapp/components/notifications/NotificationMenu/NotificationMenu.vue @@ -1,37 +1,24 @@