aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linkedin/webview.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/linkedin/webview.js')
-rw-r--r--recipes/linkedin/webview.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/linkedin/webview.js b/recipes/linkedin/webview.js
index 1017d26..8d1afc8 100644
--- a/recipes/linkedin/webview.js
+++ b/recipes/linkedin/webview.js
@@ -1,5 +1,5 @@
1module.exports = Ferdi => { 1module.exports = Ferdi => {
2 const getMessages = function getMessages() { 2 const getMessages = () => {
3 let count = 0; 3 let count = 0;
4 4
5 if (window.location.pathname.includes('messaging')) { 5 if (window.location.pathname.includes('messaging')) {