mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 12:25:56 +00:00
headlines.select: maybe fix another one
This commit is contained in:
@@ -1133,7 +1133,7 @@ const Headlines = {
|
||||
// mode = all,none,unread,invert,marked,published
|
||||
let query = "#headlines-frame > div[id*=RROW]";
|
||||
|
||||
if (articleId) query += "[data-article-id=" + articleId + "]";
|
||||
if (articleId) query += `[data-article-id="${articleId}"]`;
|
||||
|
||||
switch (mode) {
|
||||
case "none":
|
||||
|
||||
Reference in New Issue
Block a user