aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/circuit
diff options
context:
space:
mode:
authorLibravatar deadmeu <deadmeu@gmail.com>2021-11-29 01:58:16 +1100
committerLibravatar GitHub <noreply@github.com>2021-11-28 20:28:16 +0530
commit37485190b18ccd01d01e2bfe68960b32d8ed357a (patch)
treebbc88d7262e5c702c92d74702c009ed30b719a1c /recipes/circuit
parentFix skype notification counter for non-English locales(fixes #763) (#775) (diff)
downloadferdium-recipes-37485190b18ccd01d01e2bfe68960b32d8ed357a.tar.gz
ferdium-recipes-37485190b18ccd01d01e2bfe68960b32d8ed357a.tar.zst
ferdium-recipes-37485190b18ccd01d01e2bfe68960b32d8ed357a.zip
Add RingCentral recipe (#776)
Diffstat (limited to 'recipes/circuit')
-rw-r--r--recipes/circuit/webview.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes/circuit/webview.js b/recipes/circuit/webview.js
index ab1175f..ce74eef 100644
--- a/recipes/circuit/webview.js
+++ b/recipes/circuit/webview.js
@@ -3,7 +3,6 @@
3module.exports = Ferdi => { 3module.exports = Ferdi => {
4 const getMessages = function getMessages() { 4 const getMessages = function getMessages() {
5 // Initialize empty vars 5 // Initialize empty vars
6 var unread = 0;
7 var match = []; 6 var match = [];
8 // Get value of <title> tag where in case of new messages the number of messages appear 7 // Get value of <title> tag where in case of new messages the number of messages appear
9 const titleValue = document.querySelector('title').text; 8 const titleValue = document.querySelector('title').text;