From d8399ea0f1940d6483bfef59e3eb94ba41137b12 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Mon, 13 Feb 2023 06:44:28 +0530 Subject: Upgrade 'pnpm' to '7.27.0'; Upgrade other npm modules and fix errors --- recipes/hey/webview.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/hey/webview.js') 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 => { for (const p of postings) { if ( p.nodeName == 'ARTICLE' && - p.getAttribute('data-seen') !== 'true' + p.dataset.seen !== 'true' ) { unread++; } -- cgit v1.2.3-70-g09d2