aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/jollor/webview.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/jollor/webview.js')
-rw-r--r--recipes/jollor/webview.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/jollor/webview.js b/recipes/jollor/webview.js
index 6eb6b2a..a575eab 100644
--- a/recipes/jollor/webview.js
+++ b/recipes/jollor/webview.js
@@ -2,7 +2,7 @@ const path = require('path');
2 2
3module.exports = (Franz, options) => { 3module.exports = (Franz, options) => {
4 function getMessages() { 4 function getMessages() {
5 const count = document.querySelector(".user-menu-message-item-count").innerHTML; 5 const count = document.querySelector('.user-menu-message-item-count').innerHTML;
6 6
7 Franz.setBadge(count); 7 Franz.setBadge(count);
8 } 8 }