mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 15:25:59 +00:00
cdmExpandArticle: bail out if id not present in buffer (closes #628)
This commit is contained in:
@@ -1374,6 +1374,8 @@ function cdmExpandArticle(id) {
|
||||
try {
|
||||
console.log("cdmExpandArticle " + id);
|
||||
|
||||
if (!$("RROW-" + id)) return false;
|
||||
|
||||
hideAuxDlg();
|
||||
|
||||
var elem = $("CICD-" + getActiveArticleId());
|
||||
|
||||
Reference in New Issue
Block a user