aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/TickTick/webview.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/TickTick/webview.js')
-rw-r--r--recipes/TickTick/webview.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/TickTick/webview.js b/recipes/TickTick/webview.js
index 927bb08..ae3265b 100644
--- a/recipes/TickTick/webview.js
+++ b/recipes/TickTick/webview.js
@@ -1,5 +1,5 @@
1module.exports = (Ferdi) => { 1module.exports = (Ferdi) => {
2 const getMessages = function getMessages() { 2 const getMessages = () => {
3 // all overdue items are being counted 3 // all overdue items are being counted
4 const count = document.querySelectorAll('.duedate-overdue').length; 4 const count = document.querySelectorAll('.duedate-overdue').length;
5 5