aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mastodon/webview.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/mastodon/webview.js')
-rw-r--r--recipes/mastodon/webview.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/mastodon/webview.js b/recipes/mastodon/webview.js
index b349220..4b450a1 100644
--- a/recipes/mastodon/webview.js
+++ b/recipes/mastodon/webview.js
@@ -9,7 +9,7 @@ module.exports = (Ferdi) => {
9 latestNotify = $($('.notification__message span').get(0)).text(); 9 latestNotify = $($('.notification__message span').get(0)).text();
10 }); 10 });
11 11
12 function getMessages() { 12 const getMessages = () => {
13 let reply = 0; 13 let reply = 0;
14 const ln = $($('.notification__message span').get(0)).text(); 14 const ln = $($('.notification__message span').get(0)).text();
15 if (ln != latestNotify) { 15 if (ln != latestNotify) {