From 42ec9ad2793ad1de3a8f00e20345fa468ba8c086 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 7 Apr 2015 07:47:15 +0200 Subject: [PATCH] after pull 1460 all notifications got marked read --- js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/main.js b/js/main.js index 53608024c9..d7381c96a4 100644 --- a/js/main.js +++ b/js/main.js @@ -192,7 +192,7 @@ // TODO (yet unsupported by most browsers): // Implement notification.onclick() - notifyMarkAll(); + // notifyMarkAll(); } });