summaryrefslogtreecommitdiff
path: root/js/Feeds.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Feeds.js')
-rw-r--r--js/Feeds.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Feeds.js b/js/Feeds.js
index 790b64dd4..29ae72558 100644
--- a/js/Feeds.js
+++ b/js/Feeds.js
@@ -535,7 +535,7 @@ const Feeds = {
const rows = App.findAll("#headlines-frame > div[id*=RROW][class*=Unread][data-orig-feed-id='" + id + "']");
rows.forEach((row) => {
- row.removeClassName("Unread");
+ row.classList.remove('Unread');
})
}
},