From 93bc406c2e86bd01fc91c5e0c3f992bf581881e7 Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Fri, 9 Jun 2017 14:10:55 +0300 Subject: [PATCH] Consider click also a read activity --- client/js/lounge.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/js/lounge.js b/client/js/lounge.js index 2f490ea7..712140e2 100644 --- a/client/js/lounge.js +++ b/client/js/lounge.js @@ -1600,7 +1600,7 @@ $(function() { $("#viewport .lt").toggleClass("notified", newState); } - $(document).on("visibilitychange focus", () => { + $(document).on("visibilitychange focus click", () => { if (sidebar.find(".highlight").length === 0) { toggleNotificationMarkers(false); }