aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/producthunt/webview.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/producthunt/webview.js')
-rw-r--r--recipes/producthunt/webview.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/producthunt/webview.js b/recipes/producthunt/webview.js
index 69dcc95..c03de9b 100644
--- a/recipes/producthunt/webview.js
+++ b/recipes/producthunt/webview.js
@@ -1,5 +1,5 @@
1module.exports = (Ferdi) => { 1module.exports = (Ferdi) => {
2 const getMessages = function getMessages() { 2 const getMessages = () => {
3 Ferdi.setBadge(document.querySelector('[class*=header_] [class*=content_] [class*=actions_] [class*=notificationsButton_]').innerText) 3 Ferdi.setBadge(document.querySelector('[class*=header_] [class*=content_] [class*=actions_] [class*=notificationsButton_]').innerText)
4 } 4 }
5 5