aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/circuit/webview.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/circuit/webview.js')
-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;