mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-25 10:41:29 +00:00
showArticleInHeadlines: abort when row is missing
This commit is contained in:
@@ -213,6 +213,9 @@ function showArticleInHeadlines(id) {
|
||||
cleanSelected("headlinesList");
|
||||
|
||||
var crow = document.getElementById("RROW-" + id);
|
||||
|
||||
if (!crow) return;
|
||||
|
||||
var article_is_unread = crow.className.match("Unread");
|
||||
|
||||
crow.className = crow.className.replace("Unread", "");
|
||||
|
||||
Reference in New Issue
Block a user