aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/trello/webview.js
diff options
context:
space:
mode:
Diffstat (limited to 'uncompressed/trello/webview.js')
-rw-r--r--uncompressed/trello/webview.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/uncompressed/trello/webview.js b/uncompressed/trello/webview.js
index e8214dd..b65ea61 100644
--- a/uncompressed/trello/webview.js
+++ b/uncompressed/trello/webview.js
@@ -2,7 +2,7 @@
2 2
3module.exports = Franz => { 3module.exports = Franz => {
4 const getMessages = function getMessages() { 4 const getMessages = function getMessages() {
5 const notifications = document.querySelectorAll('.new-notifications'); 5 const notifications = document.querySelectorAll("[class*=_3W-zkl4-bnVKzJ]");
6 6
7 Franz.setBadge(0, notifications.length >= 1 ? 1 : 0); 7 Franz.setBadge(0, notifications.length >= 1 ? 1 : 0);
8 }; 8 };