aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/hey/webview.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/hey/webview.js')
-rw-r--r--recipes/hey/webview.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/hey/webview.js b/recipes/hey/webview.js
index d3227af..686e811 100644
--- a/recipes/hey/webview.js
+++ b/recipes/hey/webview.js
@@ -1,5 +1,5 @@
1module.exports = (Ferdi) => { 1module.exports = (Ferdi) => {
2 const getMessages = function getMessages() { 2 const getMessages = () => {
3 if (document.location.href == "https://app.hey.com/") { 3 if (document.location.href == "https://app.hey.com/") {
4 let screener = 0; 4 let screener = 0;
5 let unread = 0; 5 let unread = 0;