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 d92490b..d0b885a 100644
--- a/recipes/hey/webview.js
+++ b/recipes/hey/webview.js
@@ -19,7 +19,7 @@ module.exports = Ferdium => {
19 for (const p of postings) { 19 for (const p of postings) {
20 if ( 20 if (
21 p.nodeName == 'ARTICLE' && 21 p.nodeName == 'ARTICLE' &&
22 p.getAttribute('data-seen') !== 'true' 22 p.dataset.seen !== 'true'
23 ) { 23 ) {
24 unread++; 24 unread++;
25 } 25 }